is not current version
Last Version 1.1.10

com.github.sparkmuse:properties-mapper 1.1.9

This project is to map yaml properties to java beans.

GroupId

GroupId

com.github.sparkmuse
ArtifactId

ArtifactId

properties-mapper
Version

Version

1.1.9
Type

Type

jar

Download properties-mapper 1.1.9


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