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