Download noggit-0.6.jar file

Introduction

You can download noggit-0.6.jar in this page.

License

Apache License, Version 2.0

Type List

noggit-0.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.noggit/noggit/pom.properties
META-INF/maven/org.noggit/noggit/pom.xml
org.noggit.CharArr.class
org.noggit.CharArrReader.class
org.noggit.CharArrWriter.class
org.noggit.CharUtil.class
org.noggit.JSONParser.class
org.noggit.JSONParserWS.class
org.noggit.JSONUtil.class
org.noggit.JSONWriter.class
org.noggit.NullCharArr.class
org.noggit.ObjectBuilder.class

Pom

noggit-0.6.pom file content.

<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.6</version>
  <name>Noggit</name>
  <url>http://github.com/yonik/noggit</url>
  <description>Noggit is the world's fastest streaming JSON parser for Java.</description>
  
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <licenses>
    <license>
      <name>Apache 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>
    <developerConnection>scm:git:git@github.com:yonik/noggit.git</developerConnection>
    <url>git@github.com:yonik/noggit.git</url>
  </scm>

  <developers>
    <developer>
      <email>yseeley@gmail.com</email>
      <name>Yonik Seeley</name>
      <url>https://github.com/yonik</url>
      <id>yonik</id>
    </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>3.1</version>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.9</version>
      </plugin>     
    </plugins>
  </build>

</project>


POM Entry

<dependency>
   <groupId>org.noggit</groupId>
   <artifactId>noggit</artifactId>
   <version>0.6</version>
</dependency>

Download

If you think the following noggit-0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download noggit-0.6.jar file




PreviousNext

Related