Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
ArtifactId | ArtifactIdstout-build-tools |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stout-build-tools-1.0.0.pom | |
stout-build-tools-1.0.0.jar | 7 KB |
stout-build-tools-1.0.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-build-tools/ -->
<dependency>
<groupId>org.bitbucket.askllc.fermenter.stout</groupId>
<artifactId>stout-build-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-build-tools/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-build-tools:1.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-build-tools/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-build-tools:1.0.0")
'org.bitbucket.askllc.fermenter.stout:stout-build-tools:jar:1.0.0'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-build-tools" rev="1.0.0">
<artifact name="stout-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-build-tools', version='1.0.0')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-build-tools" % "1.0.0"
[org.bitbucket.askllc.fermenter.stout/stout-build-tools "1.0.0"]