组织ID: |
org.noggit |
项目ID: |
noggit |
版本: |
0.5 |
最后修改时间: |
2018-07-24 06:27:30 |
包类型: |
jar |
标题: |
Noggit |
描述: |
Fast streaming JSON parser for Java |
相关URL: |
http://noggit.org |
大小: |
22.02KB |
|
Maven引入代码: |
<dependency>
<groupId>org.noggit</groupId>
<artifactId>noggit</artifactId>
<version>0.5</version>
</dependency>
|
Gradle引入代码: |
org.noggit:noggit:0.5
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.noggit</groupId>
<artifactId>noggit</artifactId>
<packaging>jar</packaging>
<version>0.5</version>
<name>Noggit</name>
<description>Fast streaming JSON parser for Java</description>
<url>http://noggit.org</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>
<connection>scm:git:git@github.com:yonik/noggit.git</connection>
<url>git@github.com:yonik/noggit.git</url>
</scm>
<developers>
<developer>
<id>yonik</id>
<name>Yonik Seeley</name>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.noggit.CharArr.class
org.noggit.CharArrReader.class
org.noggit.CharArrWriter.class
org.noggit.CharUtil.class
org.noggit.JSONParser$ParseException.class
org.noggit.JSONParser.class
org.noggit.JSONUtil.class
org.noggit.JSONWriter$Writable.class
org.noggit.JSONWriter.class
org.noggit.NullCharArr.class
org.noggit.ObjectBuilder.class
META-INF/maven/org.noggit/noggit/pom.xml
META-INF/maven/org.noggit/noggit/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|