Lift Json.
JSON Library.
Here is the list of declaration for lift-json_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-json_2.10</artifactId> <version>2.5-RC6</version> </dependency>
If you think this Maven repository POM file listing for lift-json_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The lift-json_2.10-2.5-RC6 has 5 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 |
---|---|---|
Scala | scala-library 2.10.0 Standard library for the Scala Programming Language | 435 |
Byte Code | scalap 2.10.0 bytecode analysis tool | 12 |
The following packages are defined in the lift-json_2.10-2.5-RC6.jar
net.liftweb.json
Here is the content of the POM file.
<?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>net.liftweb</groupId> <artifactId>lift-json_2.10</artifactId> <packaging>jar</packaging> <description>JSON Library</description> <url>http://www.liftweb.net</url> <version>2.5-RC6</version> <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> <name>Lift Json</name> <inceptionYear>2006</inceptionYear> <organization> <name>WorldWide Conferencing, LLC</name> <url>http://www.liftweb.net</url> </organization> <scm> <url>https://github.com/lift/framework</url> <connection>scm:git:https://github.com/lift/framework.git</connection> </scm> <dependencies> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>1.12.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.10</artifactId> <version>1.10.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scalap</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer</artifactId> <version>2.4.1</version> </dependency> </dependencies> </project>