mts-asn1-json
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ericsson-mts</groupId> <artifactId>mts-asn1-json</artifactId> <version>0.0.8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>mts-asn1</artifactId> <groupId>io.github.ericsson-mts</groupId> <version>0.0.8</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>mts-asn1-json</artifactId> <dependencies> <dependency> <groupId>io.github.ericsson-mts</groupId> <artifactId>mts-asn1-core</artifactId> <version>0.0.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> </dependencies> </project>