Maven Repository - POM file for JSON json-simple 1.1 1.1

Summary

JSON.simple.

A simple Java toolkit for JSON.

Declaration

Here is the list of declaration for json-simple. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.googlecode.json-simple</groupId>
   <artifactId>json-simple</artifactId>
   <version>1.1</version>
</dependency>

If you think this Maven repository POM file listing for json-simple is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depended by

The following table lists the most popular artifacts which are depending on json-simple-1.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicesonar-ws-client 2.5
Java library to request Sonar web services
8
JEEopencms-core 8.5.2
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
5
JSONfastjson 1.1.39
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
13
Web Servicesonar-ws-client 2.0
Java library to request Sonar web services
12
JSONfastjson 1.1.36
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
12
JEEtwilio-java-sdk 3.3.9
Java helper library for Twilio services
15
Document Databasecassandra-all 0.7.0
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
6
Web Servicesonar-ws-client 2.7
Java library to request Sonar web services
6
Document Databasecassandra-all 2.0.4
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
9
Web Servicesonar-ws-client 2.4
Java library to request Sonar web services
5
Web Servicerest-assured 1.7
Java DSL for easy testing of REST services
6
Document Databasecassandra-all 1.2.6
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
12
JEEopencms-core 8.5.0
Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
28
Web Servicesonar-ws-client 2.6
Java library to request Sonar web services
5
Web Servicerest-assured 1.4
Java DSL for easy testing of REST services
10
Document Databasecassandra-all 1.2.11
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
32
Document Databasecassandra-all 1.1.5
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
5




Packages

The following packages are defined in the json-simple-1.1.jar

org.json.simple
org.json.simple.parser

POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.googlecode.json-simple</groupId>
    <artifactId>json-simple</artifactId>
    <packaging>jar</packaging>
    <name>JSON.simple</name>
    <version>1.1</version>
    <description>A simple Java toolkit for JSON</description>
    <url>http://code.google.com/p/json-simple/</url>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    
    <scm>
        <connection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</connection>
        <developerConnection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</developerConnection>
    </scm>
    <dependencies/>
</project>