License |
License |
---|---|
GroupId | GroupIdorg.hglteam |
ArtifactId | ArtifactIdconversion-core |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionSmall set of classes to convert POJOs
|
Filename | Size |
---|---|
conversion-core-2.0.1.pom | |
conversion-core-2.0.1.jar | 17 KB |
conversion-core-2.0.1-sources.jar | 7 KB |
conversion-core-2.0.1-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/conversion-core/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>conversion-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/conversion-core/
implementation 'org.hglteam:conversion-core:2.0.1'
// https://jarcasting.com/artifacts/org.hglteam/conversion-core/
implementation ("org.hglteam:conversion-core:2.0.1")
'org.hglteam:conversion-core:jar:2.0.1'
<dependency org="org.hglteam" name="conversion-core" rev="2.0.1">
<artifact name="conversion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='conversion-core', version='2.0.1')
)
libraryDependencies += "org.hglteam" % "conversion-core" % "2.0.1"
[org.hglteam/conversion-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hglteam : conversion-api | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |