| 组织ID: |
org.postgis |
| 项目ID: |
postgis-stubs |
| 版本: |
1.3.3 |
| 最后修改时间: |
2018-07-27 17:52:55 |
| 包类型: |
jar |
| 标题: |
Postgis JDBC Driver Stubs |
| 描述: |
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. |
| 相关URL: |
http://www.postgis.org |
| 大小: |
2.77KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-stubs</artifactId>
<version>1.3.3</version>
</dependency>
|
| Gradle引入代码: |
org.postgis:postgis-stubs:1.3.3
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.postgis</groupId>
<artifactId>postgis-main</artifactId>
<version>1.3.3</version>
</parent>
<groupId>org.postgis</groupId>
<artifactId>postgis-stubs</artifactId>
<version>1.3.3</version>
<packaging>jar</packaging>
<name>Postgis JDBC Driver Stubs</name>
<url>http://www.postgis.org</url>
<description>PostGIS adds support for geographic objects to the PostgreSQL object-relational database.</description>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://trac.osgeo.org/postgis/browser/tags/1.3.3</url>
<connection>scm:svn:http://svn.osgeo.org/postgis/tags/1.3.3/</connection>
<developerConnection>scm:svn:http://svn.osgeo.org/postgis/tags/1.3.3/</developerConnection>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<dependencies>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.3-603.jdbc4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.postgresql.Connection.class
org.postgresql.PGConnection.class
META-INF/maven/org.postgis/postgis-stubs/pom.xml
META-INF/maven/org.postgis/postgis-stubs/pom.properties
|
| 依赖Jar: |
postgresql-8.3-603.jdbc4.jar
/postgresql/postgresql/8.3-603.jdbc4
查看postgresql所有版本文件
|