MVN

io.github.acdcjunior : domain-id-all

Maven & Gradle

Jun 03, 2019
0 stars

Domain ID (All Libs) · An implementation of Domain IDs, with Jackson De/Serializers, Spring Converters and Hibernate UserTypes.

<dependency>
    <groupId>io.github.acdcjunior</groupId>
    <artifactId>domain-id-all</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.acdcjunior : domain-id-all to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of io.github.acdcjunior : domain-id-all to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
domain-id-all-0.2.0
0.1.x
domain-id-all-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.acdcjunior</groupId>
    <artifactId>domain-id-all</artifactId>
    <version>0.2.0</version>
</dependency>

Advertisement