S.D.I.-Consulting BVBA

Menu:

JSON Tools available on Maven 2 repository

12 May 2006

The JSON Tools framework 1.1 was made available on the main maven 2 public repository, http://www.ibiblio.org/maven2.Note: package names changed slightly from com.sdi* to com.sdicons.* because of the repository requirements. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. You can use to following dependency in order to incorporate the json-core into your maven project:

<dependency>
 <groupId>com.sdicons.jsontools</groupId>
 <artifactId>jsontools-core</artifactId>
 <version>1.1</version>
 <scope>compile</scope>
</dependency>
In the meantime the jsontools-log4j subproject has started, it will provide a formatter so that all log4j messages can be transformed in to the JSON format.

Related Links