GroupId | GroupIdglobal.namespace.truelicense |
---|---|
ArtifactId | ArtifactIdtruelicense-v2-xml |
Version | Version4.0.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/global.namespace.truelicense/truelicense-v2-xml/ -->
<dependency>
<groupId>global.namespace.truelicense</groupId>
<artifactId>truelicense-v2-xml</artifactId>
<version>4.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/global.namespace.truelicense/truelicense-v2-xml/
implementation 'global.namespace.truelicense:truelicense-v2-xml:4.0.0-M3'
// https://jarcasting.com/artifacts/global.namespace.truelicense/truelicense-v2-xml/
implementation ("global.namespace.truelicense:truelicense-v2-xml:4.0.0-M3")
'global.namespace.truelicense:truelicense-v2-xml:jar:4.0.0-M3'
<dependency org="global.namespace.truelicense" name="truelicense-v2-xml" rev="4.0.0-M3">
<artifact name="truelicense-v2-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='global.namespace.truelicense', module='truelicense-v2-xml', version='4.0.0-M3')
)
libraryDependencies += "global.namespace.truelicense" % "truelicense-v2-xml" % "4.0.0-M3"
[global.namespace.truelicense/truelicense-v2-xml "4.0.0-M3"]