Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdio.github.amyassist |
ArtifactId | ArtifactIddeployment-descriptor-utility |
Version | Version0.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.amyassist/deployment-descriptor-utility/ -->
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amyassist/deployment-descriptor-utility/
implementation 'io.github.amyassist:deployment-descriptor-utility:0.7.1'
// https://jarcasting.com/artifacts/io.github.amyassist/deployment-descriptor-utility/
implementation ("io.github.amyassist:deployment-descriptor-utility:0.7.1")
'io.github.amyassist:deployment-descriptor-utility:jar:0.7.1'
<dependency org="io.github.amyassist" name="deployment-descriptor-utility" rev="0.7.1">
<artifact name="deployment-descriptor-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amyassist', module='deployment-descriptor-utility', version='0.7.1')
)
libraryDependencies += "io.github.amyassist" % "deployment-descriptor-utility" % "0.7.1"
[io.github.amyassist/deployment-descriptor-utility "0.7.1"]