Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.apache.whirr |
ArtifactId | ArtifactIdwhirr-build-tools |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Whirr Build Tools
|
Filename | Size |
---|---|
whirr-build-tools-0.8.2.pom | |
whirr-build-tools-0.8.2.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.whirr/whirr-build-tools/ -->
<dependency>
<groupId>org.apache.whirr</groupId>
<artifactId>whirr-build-tools</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.whirr/whirr-build-tools/
implementation 'org.apache.whirr:whirr-build-tools:0.8.2'
// https://jarcasting.com/artifacts/org.apache.whirr/whirr-build-tools/
implementation ("org.apache.whirr:whirr-build-tools:0.8.2")
'org.apache.whirr:whirr-build-tools:jar:0.8.2'
<dependency org="org.apache.whirr" name="whirr-build-tools" rev="0.8.2">
<artifact name="whirr-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.whirr', module='whirr-build-tools', version='0.8.2')
)
libraryDependencies += "org.apache.whirr" % "whirr-build-tools" % "0.8.2"
[org.apache.whirr/whirr-build-tools "0.8.2"]