| 组织ID: |
com.ubirch.util |
| 项目ID: |
json_2.11 |
| 版本: |
0.5.1 |
| 最后修改时间: |
2018-10-22 15:40:04 |
| 包类型: |
jar |
| 标题: |
Apache 2 |
| 描述: |
collection of JSON utils |
| 相关URL: |
http://ubirch.com |
| 大小: |
6.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>json_2.11</artifactId>
<version>0.5.1</version>
</dependency>
|
| Gradle引入代码: |
com.ubirch.util:json_2.11:0.5.1
|
| 下载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.util</groupId>
<artifactId>json_2.11</artifactId>
<packaging>jar</packaging>
<description>collection of JSON utils</description>
<url>http://ubirch.com</url>
<version>0.5.1</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>json</name>
<organization>
<name>com.ubirch.util</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-scala-utils</url>
<connection>https://github.com/ubirch/ubirch-scala-utils.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.12</version>
</dependency>
<dependency>
<groupId>de.heikoseeberger</groupId>
<artifactId>akka-http-json4s_2.11</artifactId>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-core_2.11</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.11</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-ext_2.11</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.11</artifactId>
<version>3.6.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.ubirch.util.json.Json4sUtil.class
com.ubirch.util.json.JsonFormats.class
com.ubirch.util.json.Json4sUtil$.class
com.ubirch.util.json.JsonFormats$.class
com.ubirch.util.json.MyJsonProtocol.class
com.ubirch.util.json.MyJsonProtocol$class.class
|
| 依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
akka-http-json4s_2.11-1.21.0.jar
/de.heikoseeberger/akka-http-json4s_2.11/1.21.0
查看akka-http-json4s_2.11所有版本文件
scalatest_2.11-3.0.5.jar
/org.scalatest/scalatest_2.11/3.0.5
查看scalatest_2.11所有版本文件
joda-time-2.10.jar
/joda-time/joda-time/2.10
查看joda-time所有版本文件
json4s-core_2.11-3.6.0.jar
/org.json4s/json4s-core_2.11/3.6.0
查看json4s-core_2.11所有版本文件
json4s-jackson_2.11-3.6.0.jar
/org.json4s/json4s-jackson_2.11/3.6.0
查看json4s-jackson_2.11所有版本文件
json4s-ext_2.11-3.6.0.jar
/org.json4s/json4s-ext_2.11/3.6.0
查看json4s-ext_2.11所有版本文件
json4s-native_2.11-3.6.0.jar
/org.json4s/json4s-native_2.11/3.6.0
查看json4s-native_2.11所有版本文件
|