GroupId | GroupIdorg.jdtaus |
---|---|
ArtifactId | ArtifactIdjdtaus-build-resources |
Version | Version1.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jdtaus/jdtaus-build-resources/ -->
<dependency>
<groupId>org.jdtaus</groupId>
<artifactId>jdtaus-build-resources</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus/jdtaus-build-resources/
implementation 'org.jdtaus:jdtaus-build-resources:1.11'
// https://jarcasting.com/artifacts/org.jdtaus/jdtaus-build-resources/
implementation ("org.jdtaus:jdtaus-build-resources:1.11")
'org.jdtaus:jdtaus-build-resources:jar:1.11'
<dependency org="org.jdtaus" name="jdtaus-build-resources" rev="1.11">
<artifact name="jdtaus-build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus', module='jdtaus-build-resources', version='1.11')
)
libraryDependencies += "org.jdtaus" % "jdtaus-build-resources" % "1.11"
[org.jdtaus/jdtaus-build-resources "1.11"]