Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.shootmoon |
ArtifactId | ArtifactIdxmlconfigmapper-core |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
xmlconfigmapper-core-0.1.2.pom | |
xmlconfigmapper-core-0.1.2.jar | 18 KB |
xmlconfigmapper-core-0.1.2-sources.jar | 13 KB |
xmlconfigmapper-core-0.1.2-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper-core/ -->
<dependency>
<groupId>com.github.shootmoon</groupId>
<artifactId>xmlconfigmapper-core</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper-core/
implementation 'com.github.shootmoon:xmlconfigmapper-core:0.1.2'
// https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper-core/
implementation ("com.github.shootmoon:xmlconfigmapper-core:0.1.2")
'com.github.shootmoon:xmlconfigmapper-core:jar:0.1.2'
<dependency org="com.github.shootmoon" name="xmlconfigmapper-core" rev="0.1.2">
<artifact name="xmlconfigmapper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shootmoon', module='xmlconfigmapper-core', version='0.1.2')
)
libraryDependencies += "com.github.shootmoon" % "xmlconfigmapper-core" % "0.1.2"
[com.github.shootmoon/xmlconfigmapper-core "0.1.2"]