cdc-impex-core-json
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core-json</artifactId>
<version>0.61.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex</artifactId>
<version>0.61.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdc-impex-core-json</artifactId>
<name>CDC - Imports/Exports - Core JSON</name>
<url>https://www.gitlab.com/cdc-java/cdc-impex</url>
<dependencies>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.io</groupId>
<artifactId>cdc-io-json</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.office</groupId>
<artifactId>cdc-office-ss</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.util</groupId>
<artifactId>cdc-util-core</artifactId>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.issues</groupId>
<artifactId>cdc-issues-api</artifactId>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
</dependency>
</dependencies>
</project>