| Группа | Группаcom.github.sparkmuse |
|---|---|
| Идентификатор | Идентификаторproperties-mapper |
| Версия | Версия1.1.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| properties-mapper-1.1.9.pom | |
| properties-mapper-1.1.9.jar | 7 KB |
| properties-mapper-1.1.9-sources.jar | 5 KB |
| properties-mapper-1.1.9-javadoc.jar | 425 KB |
| Обзор |
<!-- 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"]