JDFLibJ-JSON
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.cip4.lib.jdf</groupId>
<artifactId>JDFLibJ-JSON</artifactId>
<version>2.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.cip4.lib.jdf</groupId>
<artifactId>JDFLibJ-JSON</artifactId>
<version>2.0.0</version>
<name>CIP4 JDF JSON Writer Java</name>
<description>CIP4 JDF JSON Library for JDF 1.x</description>
<url>https://github.com/cip4/JDFLibJ-JSON</url>
<organization>
<name>CIP4 Organization</name>
<url>https://www.cip4.org</url>
</organization>
<licenses>
<license>
<name>CIP4 Software License</name>
<url>https://github.com/cip4/JDFLibJ-JSON/blob/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<id>rainer-prosi</id>
<name>Dr. Rainer Prosi</name>
</developer>
</developers>
<scm>
<connection>https://github.com/cip4/JDFLibJ-JSON.git</connection>
<developerConnection>scm:git:https://github.com/cip4/JDFLibJ-JSON.git</developerConnection>
<url>https://github.com/cip4/JDFLibJ-JSON</url>
</scm>
<dependencies>
<dependency>
<groupId>org.cip4.lib.jdf</groupId>
<artifactId>JDFLibJ</artifactId>
<version>2.2.8.3</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>