не последняя версия
Последняя версия 1.1.10

com.github.sparkmuse:properties-mapper 1.1.9

This project is to map yaml properties to java beans.

Группа

Группа

com.github.sparkmuse
Идентификатор

Идентификатор

properties-mapper
Версия

Версия

1.1.9
Тип

Тип

jar

Скачать 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"]