| 组织ID: |
com.github.gkutiel |
| 项目ID: |
flip-oql |
| 版本: |
1.1-RELEASE |
| 最后修改时间: |
2019-10-22 15:57:06 |
| 包类型: |
jar |
| 标题: |
Flip Mail |
| 描述: |
In-Memory Object Store |
| 相关URL: |
http://gkutiel.github.com |
| 大小: |
11.83KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-oql</artifactId>
<version>1.1-RELEASE</version>
</dependency>
|
| Gradle引入代码: |
com.github.gkutiel:flip-oql:1.1-RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-oql</artifactId>
<packaging>jar</packaging>
<name>Flip Mail</name>
<version>1.1-RELEASE</version>
<description>In-Memory Object Store</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.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.168</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com/github/gkutiel/.Statement.java._trace
com/github/gkutiel/.Temp.java._trace
com.github.gkutiel.Java2Sql.class
com.github.gkutiel.ObjectStore$Index.class
com.github.gkutiel.ObjectStore.class
com.github.gkutiel.Statement.class
com/github/gkutiel/Statement.smap
com/github/gkutiel/Statement.xtend
com.github.gkutiel.Temp.class
com/github/gkutiel/Temp.smap
com/github/gkutiel/Temp.xtend
|
| 依赖Jar: |
h2-1.3.168.jar
/com.h2database/h2/1.3.168
查看h2所有版本文件
|