| 组织ID: |
com.github.gkutiel |
| 项目ID: |
flip-db |
| 版本: |
10-RELEASE |
| 最后修改时间: |
2019-07-11 22:59:19 |
| 包类型: |
jar |
| 标题: |
Flip DB |
| 描述: |
A simple way to make persistence |
| 相关URL: |
http://gkutiel.github.com |
| 大小: |
13.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-db</artifactId>
<version>10-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.github.gkutiel:flip-db:10-RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-db</artifactId>
<packaging>jar</packaging>
<name>Flip DB</name>
<version>10-RELEASE</version>
<description>A simple way to make persistence</description>
<url>http://gkutiel.github.com</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git://github.com/gkutiel/flip.git</url>
<connection>git://github.com/gkutiel/flip.git</connection>
</scm>
<developers>
<developer>
<id>gkutiel</id>
<name>Gilad Kutiel</name>
<email>gilad.kutiel@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-utils</artifactId>
<version>10-RELEASE</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.gkutiel.flip.db.FlipDB$1.class
com.github.gkutiel.flip.db.FlipDB$Magic$1.class
com.github.gkutiel.flip.db.FlipDB$Magic.class
com.github.gkutiel.flip.db.FlipDB$ObjectVisitor.class
com.github.gkutiel.flip.db.FlipDB.class
com.github.gkutiel.flip.db.Idenetity.class
com.github.gkutiel.flip.db.Indexs$Index.class
com.github.gkutiel.flip.db.Indexs.class
com.github.gkutiel.flip.db.PrimaryKey.class
com.github.gkutiel.flip.db.Query.class
com.github.gkutiel.flip.db.ResultSetParser.class
com.github.gkutiel.flip.db.SqlUtils.class
com.github.gkutiel.flip.db.Table.class
|
| 依赖Jar: |
flip-utils-10-RELEASE.jar
/com.github.gkutiel/flip-utils/10-RELEASE
查看flip-utils所有版本文件
|