Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-weaver-build-tools |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-build-tools</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/
implementation 'org.apache.commons:commons-weaver-build-tools:1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/
implementation ("org.apache.commons:commons-weaver-build-tools:1.1")
'org.apache.commons:commons-weaver-build-tools:jar:1.1'
<dependency org="org.apache.commons" name="commons-weaver-build-tools" rev="1.1">
<artifact name="commons-weaver-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-weaver-build-tools', version='1.1')
)
libraryDependencies += "org.apache.commons" % "commons-weaver-build-tools" % "1.1"
[org.apache.commons/commons-weaver-build-tools "1.1"]