License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.common |
ArtifactId | ArtifactIdhelidon-common-mapper |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Common Mapper
A generic mapper to convert types.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.common/helidon-common-mapper/ -->
<dependency>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-mapper</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-mapper/
implementation 'io.helidon.common:helidon-common-mapper:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-mapper/
implementation ("io.helidon.common:helidon-common-mapper:3.0.0-M2")
'io.helidon.common:helidon-common-mapper:jar:3.0.0-M2'
<dependency org="io.helidon.common" name="helidon-common-mapper" rev="3.0.0-M2">
<artifact name="helidon-common-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.common', module='helidon-common-mapper', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.common" % "helidon-common-mapper" % "3.0.0-M2"
[io.helidon.common/helidon-common-mapper "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.common : helidon-common | jar | 3.0.0-M2 |
io.helidon.common : helidon-common-service-loader | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |