Maven Repository - POM file for Web Framework json-rpc 1.0 1.0

Summary

JSON RPC.

JavaScript to Java AJAX communications library.

Declaration

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

<dependency>
   <groupId>com.metaparadigm</groupId>
   <artifactId>json-rpc</artifactId>
   <version>1.0</version>
</dependency>

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

License

Name:Apache License
URL: http://www.apache.org/licenses/LICENSE-2.0.

Packages

The following packages are defined in the json-rpc-1.0.jar

com.metaparadigm.jsonrpc
org.json




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.metaparadigm</groupId>
  <artifactId>json-rpc</artifactId>
  <name>JSON RPC</name>
  <version>1.0</version>
  <description>JavaScript to Java AJAX communications library</description>
  <url>http://oss.metaparadigm.com/jsonrpc</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
</project>