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