License |
License |
---|---|
GroupId | GroupIdcom.github.sparkmuse |
ArtifactId | ArtifactIdproperties-mapper |
Version | Version1.1.10 |
Type | Typejar |
Description |
Descriptioncom.github.sparkmuse:properties-mapper
This project is to map yaml properties to java beans.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
properties-mapper-1.1.10.pom | |
properties-mapper-1.1.10.jar | 7 KB |
properties-mapper-1.1.10-sources.jar | 5 KB |
properties-mapper-1.1.10-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparkmuse/properties-mapper/ -->
<dependency>
<groupId>com.github.sparkmuse</groupId>
<artifactId>properties-mapper</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkmuse/properties-mapper/
implementation 'com.github.sparkmuse:properties-mapper:1.1.10'
// https://jarcasting.com/artifacts/com.github.sparkmuse/properties-mapper/
implementation ("com.github.sparkmuse:properties-mapper:1.1.10")
'com.github.sparkmuse:properties-mapper:jar:1.1.10'
<dependency org="com.github.sparkmuse" name="properties-mapper" rev="1.1.10">
<artifact name="properties-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkmuse', module='properties-mapper', version='1.1.10')
)
libraryDependencies += "com.github.sparkmuse" % "properties-mapper" % "1.1.10"
[com.github.sparkmuse/properties-mapper "1.1.10"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.25 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
org.junit.jupiter : junit-jupiter | jar | 5.6.0 |
org.assertj : assertj-core | jar | 3.13.2 |