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