License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.shootmoon |
ArtifactId | ArtifactIdxmlconfigmapper |
Version | Version0.2.1 |
Type | Typepom |
Description |
DescriptionXML Config Mapper 0.2.1
An annotation processor for read XML
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xmlconfigmapper-0.2.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper/ -->
<dependency>
<groupId>com.github.shootmoon</groupId>
<artifactId>xmlconfigmapper</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper/
implementation 'com.github.shootmoon:xmlconfigmapper:0.2.1'
// https://jarcasting.com/artifacts/com.github.shootmoon/xmlconfigmapper/
implementation ("com.github.shootmoon:xmlconfigmapper:0.2.1")
'com.github.shootmoon:xmlconfigmapper:pom:0.2.1'
<dependency org="com.github.shootmoon" name="xmlconfigmapper" rev="0.2.1">
<artifact name="xmlconfigmapper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shootmoon', module='xmlconfigmapper', version='0.2.1')
)
libraryDependencies += "com.github.shootmoon" % "xmlconfigmapper" % "0.2.1"
[com.github.shootmoon/xmlconfigmapper "0.2.1"]