| 组织ID: |
com.ubirch.key |
| 项目ID: |
model-db_2.11 |
| 版本: |
0.1.12 |
| 最后修改时间: |
2020-04-09 11:39:44 |
| 包类型: |
jar |
| 标题: |
Apache 2 |
| 描述: |
DB models |
| 相关URL: |
http://ubirch.com |
| 大小: |
12.61KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.ubirch.key</groupId>
<artifactId>model-db_2.11</artifactId>
<version>0.1.12</version>
</dependency>
|
| Gradle引入代码: |
com.ubirch.key:model-db_2.11:0.1.12
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ubirch.key</groupId>
<artifactId>model-db_2.11</artifactId>
<packaging>jar</packaging>
<description>DB models</description>
<url>http://ubirch.com</url>
<version>0.1.12</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>model-db</name>
<organization>
<name>com.ubirch.key</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-key-service</url>
<connection>scm:git:git@github.com:ubirch/ubirch-key-service.git</connection>
</scm>
<developers>
<developer>
<id>ubirch</id>
<name>ubirch</name>
<email>release@ubirch.com</email>
<url>http://www.ubirch.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>date_2.11</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>json_2.11</artifactId>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>uuid_2.11</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.11</artifactId>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.ubirch.key.model.db.PublicKey$.class
com.ubirch.key.model.db.Neo4jLabels$.class
com.ubirch.key.model.db.PublicKey.class
com.ubirch.key.model.db.Neo4jLabels.class
com.ubirch.key.model.db.PublicKeyInfo$.class
com.ubirch.key.model.db.PublicKeyInfo.class
|
| 依赖Jar: |
scala-library-2.11.8.jar
/org.scala-lang/scala-library/2.11.8
查看scala-library所有版本文件
date_2.11-0.1.jar
/com.ubirch.util/date_2.11/0.1
查看date_2.11所有版本文件
json_2.11-0.4.2.jar
/com.ubirch.util/json_2.11/0.4.2
查看json_2.11所有版本文件
uuid_2.11-0.1.1.jar
/com.ubirch.util/uuid_2.11/0.1.1
查看uuid_2.11所有版本文件
json4s-native_2.11-3.5.2.jar
/org.json4s/json4s-native_2.11/3.5.2
查看json4s-native_2.11所有版本文件
|