is not current version
Last Version 1.0.4

io.rala:string-mapper 1.0.3

This library makes String to Object mapping easy.

GroupId

GroupId

io.rala
ArtifactId

ArtifactId

string-mapper
Version

Version

1.0.3
Type

Type

jar

Download string-mapper 1.0.3


<!-- https://jarcasting.com/artifacts/io.rala/string-mapper/ -->
<dependency>
    <groupId>io.rala</groupId>
    <artifactId>string-mapper</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.rala/string-mapper/
implementation 'io.rala:string-mapper:1.0.3'
// https://jarcasting.com/artifacts/io.rala/string-mapper/
implementation ("io.rala:string-mapper:1.0.3")
'io.rala:string-mapper:jar:1.0.3'
<dependency org="io.rala" name="string-mapper" rev="1.0.3">
  <artifact name="string-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rala', module='string-mapper', version='1.0.3')
)
libraryDependencies += "io.rala" % "string-mapper" % "1.0.3"
[io.rala/string-mapper "1.0.3"]