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