Skip to content

xyz.theprogramsrc.dependencydownloadermodule 0.2.0-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>xyz.theprogramsrc</groupId>
  <artifactId>dependencydownloadermodule</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    JSON is a light-weight, language independent, data interchange format.
    See http://www.JSON.org/

    The files in this package implement JSON encoders/decoders in Java.
    It also includes the capability to convert between JSON and XML, HTTP
    headers, Cookies, and CDL.

    This is a reference implementation. There is a large number of JSON packages
    in Java. Perhaps someday the Java community will standardize on one. Until
    then, choose carefully.