| 组织ID: |
org.spire-math |
| 项目ID: |
jawn-parser_2.12 |
| 版本: |
0.10.4 |
| 最后修改时间: |
2018-07-26 17:13:43 |
| 包类型: |
jar |
| 标题: |
MIT |
| 描述: |
parser |
| 相关URL: |
http://github.com/non/jawn |
| 大小: |
72.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>jawn-parser_2.12</artifactId>
<version>0.10.4</version>
</dependency>
|
| Gradle引入代码: |
org.spire-math:jawn-parser_2.12:0.10.4
|
| 下载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>org.spire-math</groupId>
<artifactId>jawn-parser_2.12</artifactId>
<packaging>jar</packaging>
<description>parser</description>
<url>http://github.com/non/jawn</url>
<version>0.10.4</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>parser</name>
<organization>
<name>org.spire-math</name>
<url>http://github.com/non/jawn</url>
</organization>
<scm>
<url>git@github.com:non/jawn.git</url>
<connection>scm:git:git@github.com:non/jawn.git</connection>
</scm>
<developers>
<developer>
<id>d_m</id>
<name>Erik Osheim</name>
<url>http://github.com/non/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.12</artifactId>
<version>1.13.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
jawn.FContext.class
jawn.Facade.class
jawn.SimpleFacade$$anon$2.class
jawn.ChannelParser$.class
jawn.NullFacade$NullContext$.class
jawn.SupportParser.class
jawn.AsyncException.class
jawn.AsyncParser$SingleValue$.class
jawn.CharBuilder.class
jawn.Parser$.class
jawn.MutableFacade$$anon$3.class
jawn.NullFacade$NullContext.class
jawn.MutableFacade.class
jawn.IncompleteParseException.class
jawn.AsyncParser$.class
jawn.MutableFacade$$anon$1.class
jawn.MutableFacade$$anon$2.class
jawn.AsyncParser.class
jawn.ParseException.class
jawn.ByteBasedParser.class
jawn.SimpleFacade.class
jawn.Syntax$.class
jawn.NullFacade$.class
jawn.FailureException.class
jawn.ChannelParser.class
jawn.IncompleteParseException$.class
jawn.SyncParser.class
jawn.NullFacade.class
jawn.AsyncParser$UnwrapArray$.class
jawn.Parser.class
jawn.AsyncParser$Mode.class
jawn.SimpleFacade$$anon$1.class
jawn.ParseException$.class
utf8.json
jawn.AsyncParser$ValueStream$.class
jawn.CharBasedParser.class
jawn.SimpleFacade$$anon$3.class
jawn.Syntax.class
jawn.StringParser.class
jawn.ByteBufferParser.class
|
| 依赖Jar: |
scala-library-2.12.0.jar
/org.scala-lang/scala-library/2.12.0
查看scala-library所有版本文件
scalatest_2.12-3.0.0.jar
/org.scalatest/scalatest_2.12/3.0.0
查看scalatest_2.12所有版本文件
scalacheck_2.12-1.13.4.jar
/org.scalacheck/scalacheck_2.12/1.13.4
查看scalacheck_2.12所有版本文件
|