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