License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdio.github.acdcjunior |
ArtifactId | ArtifactIddomain-id-serializer-converter |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDomain IDs Serializers and Converters
Jackson Serializers and Spring Converters for Domain IDs.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-serializer-converter/ -->
<dependency>
<groupId>io.github.acdcjunior</groupId>
<artifactId>domain-id-serializer-converter</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-serializer-converter/
implementation 'io.github.acdcjunior:domain-id-serializer-converter:0.2.0'
// https://jarcasting.com/artifacts/io.github.acdcjunior/domain-id-serializer-converter/
implementation ("io.github.acdcjunior:domain-id-serializer-converter:0.2.0")
'io.github.acdcjunior:domain-id-serializer-converter:jar:0.2.0'
<dependency org="io.github.acdcjunior" name="domain-id-serializer-converter" rev="0.2.0">
<artifact name="domain-id-serializer-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.acdcjunior', module='domain-id-serializer-converter', version='0.2.0')
)
libraryDependencies += "io.github.acdcjunior" % "domain-id-serializer-converter" % "0.2.0"
[io.github.acdcjunior/domain-id-serializer-converter "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.acdcjunior : domain-id | jar | 1.0.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
org.springframework : spring-webmvc | jar | 5.1.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |