first commit
This commit is contained in:
@@ -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=
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
638ec33f363a94d41a4f03c3e7d3dcfba64e402d
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
49d71d964f0ac5505caa5f996c8497c9462e9eeb
|
||||
@@ -0,0 +1,3 @@
|
||||
#Thu Feb 12 23:34:17 MSK 2026
|
||||
postgresql-42.7.3.jar>central=
|
||||
postgresql-42.7.3.pom>central=
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
24f3e9f7231428cd20eb4dde00dd3fce44e05464
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
eb8bced9ab0f68cea206a218d8bf5d8d1c297133
|
||||
@@ -0,0 +1,30 @@
|
||||
BSD 2-clause "Simplified" License
|
||||
|
||||
The PostgreSQL JDBC Driver is distributed under the BSD-2-Clause License.
|
||||
The simplest explanation of the licensing terms is that you can do whatever you want with the product
|
||||
and source code as long as you don't claim you wrote it or sue us.
|
||||
You should give it a read though, it's only half a page.
|
||||
|
||||
Copyright (c) 1997, PostgreSQL Global Development Group
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
Reference in New Issue
Block a user