组织ID: |
org.xerial |
项目ID: |
sqlite-jdbc |
版本: |
3.6.17 |
最后修改时间: |
2018-08-27 16:15:33 |
包类型: |
jar |
标题: |
SQLite JDBC |
描述: |
SQLite JDBC library |
大小: |
2.12MB |
|
Maven引入代码: |
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.6.17</version>
</dependency>
|
Gradle引入代码: |
org.xerial:sqlite-jdbc:3.6.17
|
下载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>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.6.17</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library</description>
<parent>
<groupId>org.xerial</groupId>
<artifactId>xerial-project</artifactId>
<version>1.1</version>
</parent>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>native/**</include>
<include>org/**</include>
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>VERSION</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>
-Xbootclasspath/p:${basedir}/lib/jdbc-api-1.4.jar
</compilerArgument>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-dependency</id>
<phase>package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.xerial.thirdparty</groupId>
<artifactId>nestedvm</artifactId>
<version>1.0</version>
<type>jar</type>
</artifactItem>
</artifactItems>
<overWrite>true</overWrite>
<outputDirectory>target/classes</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- do not run site-deploy goal, included in the default settings -->
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.xerial.thirdparty</groupId>
<artifactId>nestedvm</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.xerial.thirdparty</groupId>
<artifactId>jdbc-api</artifactId>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:http://www.xerial.org/svn/project/XerialJ/tags/sqlite-jdbc/sqlite-jdbc-3.6.17</connection>
<developerConnection>scm:svn:https://www.xerial.org/svn/project/XerialJ/tags/sqlite-jdbc/sqlite-jdbc-3.6.17</developerConnection>
<url>http://www.xerial.org/svn/project/XerialJ/tags/sqlite-jdbc/sqlite-jdbc-3.6.17</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
native/Linux/amd64/libsqlitejdbc.so
native/Linux/i386/libsqlitejdbc.so
native/Mac/i386/libsqlitejdbc.jnilib
native/Windows/x86/sqlitejdbc.dll
org.sqlite.Codes.class
org/sqlite/Codes.java
org.sqlite.Conn.class
org/sqlite/Conn.java
org.sqlite.DB.class
org/sqlite/DB.java
org.sqlite.Function$Aggregate.class
org.sqlite.Function.class
org/sqlite/Function.java
org.sqlite.JDBC.class
org/sqlite/JDBC.java
org.sqlite.MetaData.class
org/sqlite/MetaData.java
org/sqlite/NativeDB.c
org.sqlite.NativeDB.class
org/sqlite/NativeDB.java
org.sqlite.NestedDB$CausedSQLException.class
org/sqlite/NestedDB.c
org.sqlite.NestedDB.class
org/sqlite/NestedDB.java
org.sqlite.OSInfo.class
org/sqlite/OSInfo.java
org.sqlite.PrepStmt.class
org/sqlite/PrepStmt.java
org.sqlite.ResourceFinder.class
org/sqlite/ResourceFinder.java
org.sqlite.RS.class
org/sqlite/RS.java
org.sqlite.SQLite.class
org.sqlite.SQLiteErrorCode.class
org/sqlite/SQLiteErrorCode.java
org.sqlite.SQLiteJDBCLoader.class
org/sqlite/SQLiteJDBCLoader.java
org.sqlite.Stmt.class
org/sqlite/Stmt.java
org.sqlite.Unused.class
org/sqlite/Unused.java
VERSION
META-INF/maven/org.xerial/sqlite-jdbc/pom.xml
META-INF/maven/org.xerial/sqlite-jdbc/pom.properties
|
依赖Jar: |
nestedvm-1.0.jar
/org.xerial.thirdparty/nestedvm/1.0
查看nestedvm所有版本文件
jdbc-api-1.4.jar
/org.xerial.thirdparty/jdbc-api/1.4
查看jdbc-api所有版本文件
|