json-lib.
Java library for transforming beans, maps, collections, java arrays and XML to JSON..
Here is the list of declaration for json-lib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.kohsuke.stapler</groupId> <artifactId>json-lib</artifactId> <version>2.1-rev6</version> </dependency>
If you think this Maven repository POM file listing for json-lib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The json-lib-2.1-rev6 has 12 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
Data Structure | commons-collections 3.2 Types that extend and augment the Java Collections Framework. | 366 |
Data Structure | commons-lang 2.3 Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 132 |
Log | commons-logging 1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 445 |
Library | ezmorph 1.0.3 Simple java library for transforming an Object to another Object. | 7 |
The following table lists the most popular artifacts which are depending on json-lib-2.1-rev6. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Web Framework | hudson-core 2.1.0 Contains the core Hudson code and view files to render HTML. | 6 |
The following plugins are used in the json-lib-2.1-rev6.jar
The following packages are defined in the json-lib-2.1-rev6.jar
net.sf.json net.sf.json.filters net.sf.json.groovy net.sf.json.processors net.sf.json.regexp net.sf.json.test net.sf.json.util net.sf.json.xml
Here is the content of the POM file.
<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.kohsuke.stapler</groupId> <artifactId>json-lib</artifactId> <packaging>jar</packaging> <version>2.1-rev6</version> <name>json-lib</name> <url>http://json-lib.sourceforge.net</url> <description> Java library for transforming beans, maps, collections, java arrays and XML to JSON. </description> <inceptionYear>2006</inceptionYear> <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> <comments> This product includes software developed by Douglas Crockford (http://www.crockford.com). </comments> </license> </licenses> <organization> <name>Json-lib</name> <url>http://json-lib.sourceforge.net</url> </organization> <scm> <connection> scm:cvs:pserver:anonymous@json-lib.cvs.sourceforge.net:/cvsroot/json-lib:json-lib </connection> <url>http://json-lib.cvs.sourceforge.net/json-lib</url> <developerConnection> scm:cvs:ext:${maven.username}@json-lib.cvs.sourceforge.net:/cvsroot/json-lib:json-lib </developerConnection> </scm> <issueManagement> <system>SourceForge</system> <url>https://sourceforge.net/tracker/?group_id=171425</url> </issueManagement> <mailingLists> <mailingList> <name>Json-lib User List</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/json-lib-user </subscribe> <unsubscribe> http://lists.sourceforge.net/lists/listinfo/json-lib-user </unsubscribe> <archive> http://sourceforge.net/mailarchive/forum.php?forum=json-lib-user </archive> </mailingList> </mailingLists> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>net.sf.ezmorph</groupId> <artifactId>ezmorph</artifactId> <version>1.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>groovy</groupId> <artifactId>groovy-all</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <prerequisites> <maven>2.0.7</maven> </prerequisites> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.3</source> <target>1.1</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <templateDirectory> ${basedir}/src/site </templateDirectory> <template>site.vm</template> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.3</version> <configuration> <excludes> <exclude>**/Abstract*.java</exclude> <exclude>**/AllTests.java</exclude> <exclude>**/*closure*</exclude> </excludes> <includes> <include>**/Test*.java</include> </includes> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo.groovy</groupId> <artifactId>groovy-maven-plugin</artifactId> <executions> <execution> <goals> <goal>compile</goal> <goal>testCompile</goal> </goals> </execution> </executions> </plugin> </plugins> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.8</version> </extension> </extensions> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.1</version> <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> <link>http://www.junit.org/junit/javadoc/</link> <link> http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/ </link> <link> http://jakarta.apache.org/commons/lang/api-2.2/ </link> <link>http://ezmorph.sourceforge.net/apidocs/</link> </links> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>changes-maven-plugin</artifactId> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> <version>2.0-beta-1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>1.0.0</version> </plugin> <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdiff-maven-plugin</artifactId> <version>0.1</version> <configuration> <packages>net.sf.json</packages> <oldTag>2.0</oldTag> <newTag>CURRENT</newTag> </configuration> </plugin> --> </plugins> </reporting> <distributionManagement> <repository> <id>sf_release</id> <name>Json-lib repo @ sourceforge.net</name> <url> scp://ssh.sf.net/home/groups/j/js/json-lib/htdocs/m2/repo/release </url> </repository> <snapshotRepository> <id>sf_snapshot</id> <name>SourceForge Snapshot</name> <url> scp://ssh.sf.net/home/groups/j/js/json-lib/htdocs/m2/repo/snapshot </url> </snapshotRepository> <site> <id>sf_website</id> <url>scp://ssh.sf.net/home/groups/j/js/json-lib/htdocs</url> </site> </distributionManagement> <!-- <pluginRepositories> <pluginRepository> <id>codehaus-snapshot-plugins</id> <name>codehaus-shapshot-plugins</name> <url>http://snapshots.repository.codehaus.org/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </pluginRepository> </pluginRepositories> --> </project>