first commit

This commit is contained in:
hdvt
2026-03-28 16:48:16 +00:00
commit 0c097ebf97
15478 changed files with 850272 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#Thu Feb 12 23:34:17 MSK 2026
checker-qual-3.42.0.jar>central=
checker-qual-3.42.0.pom>central=

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.42.0</version>
<name>Checker Qual</name>
<description>checker-qual contains annotations (type qualifiers) that a programmer
writes to specify Java code for type-checking by the Checker Framework.
</description>
<url>https://checkerframework.org/</url>
<licenses>
<license>
<name>The MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mernst</id>
<name>Michael Ernst</name>
<email>mernst@cs.washington.edu</email>
<url>https://homes.cs.washington.edu/~mernst/</url>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
</developer>
<developer>
<id>smillst</id>
<name>Suzanne Millstein</name>
<email>smillst@cs.washington.edu</email>
<organization>University of Washington</organization>
<organizationUrl>https://www.cs.washington.edu/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/typetools/checker-framework.git</connection>
<developerConnection>scm:git:ssh://git@github.com/typetools/checker-framework.git</developerConnection>
<url>https://github.com/typetools/checker-framework.git</url>
</scm>
</project>

View File

@@ -0,0 +1,3 @@
#Thu Feb 12 23:34:17 MSK 2026
postgresql-42.7.3.jar>central=
postgresql-42.7.3.pom>central=

View File

@@ -0,0 +1 @@
24f3e9f7231428cd20eb4dde00dd3fce44e05464

View File

@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<name>PostgreSQL JDBC Driver</name>
<description>PostgreSQL JDBC Driver Postgresql</description>
<url>https://jdbc.postgresql.org</url>
<inceptionYear>1997</inceptionYear>
<organization>
<name>PostgreSQL Global Development Group</name>
<url>https://jdbc.postgresql.org/</url>
</organization>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://jdbc.postgresql.org/about/license.html</url>
<distribution>repo</distribution>
<comments>BSD-2-Clause, copyright PostgreSQL Global Development Group</comments>
</license>
</licenses>
<developers>
<developer>
<id>davecramer</id>
<name>Dave Cramer</name>
</developer>
<developer>
<id>jurka</id>
<name>Kris Jurka</name>
</developer>
<developer>
<id>oliver</id>
<name>Oliver Jowett</name>
</developer>
<developer>
<id>ringerc</id>
<name>Craig Ringer</name>
</developer>
<developer>
<id>vlsi</id>
<name>Vladimir Sitnikov</name>
</developer>
<developer>
<id>bokken</id>
<name>Brett Okken</name>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>PostgreSQL JDBC development list</name>
<subscribe>https://lists.postgresql.org/</subscribe>
<unsubscribe>https://lists.postgresql.org/unsubscribe/</unsubscribe>
<post>pgsql-jdbc@postgresql.org</post>
<archive>https://www.postgresql.org/list/pgsql-jdbc/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://github.com/pgjdbc/pgjdbc.git</connection>
<developerConnection>scm:git:https://github.com/pgjdbc/pgjdbc.git</developerConnection>
<url>https://github.com/pgjdbc/pgjdbc</url>
</scm>
<issueManagement>
<system>GitHub issues</system>
<url>https://github.com/pgjdbc/pgjdbc/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.42.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jna</artifactId>
<version>1.9.1</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1 @@
eb8bced9ab0f68cea206a218d8bf5d8d1c297133