Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.bitbucket.bradleysmithllc.maven-repository-launcher |
ArtifactId | ArtifactIdbootstrap |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-1.0.6.pom | |
bootstrap-1.0.6.jar | 4 KB |
bootstrap-1.0.6-sources.jar | 2 KB |
bootstrap-1.0.6-javadoc.jar | 35 KB |
bootstrap-1.0.6-jar-with-dependencies.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.maven-repository-launcher/bootstrap/ -->
<dependency>
<groupId>org.bitbucket.bradleysmithllc.maven-repository-launcher</groupId>
<artifactId>bootstrap</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.maven-repository-launcher/bootstrap/
implementation 'org.bitbucket.bradleysmithllc.maven-repository-launcher:bootstrap:1.0.6'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.maven-repository-launcher/bootstrap/
implementation ("org.bitbucket.bradleysmithllc.maven-repository-launcher:bootstrap:1.0.6")
'org.bitbucket.bradleysmithllc.maven-repository-launcher:bootstrap:jar:1.0.6'
<dependency org="org.bitbucket.bradleysmithllc.maven-repository-launcher" name="bootstrap" rev="1.0.6">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.maven-repository-launcher', module='bootstrap', version='1.0.6')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.maven-repository-launcher" % "bootstrap" % "1.0.6"
[org.bitbucket.bradleysmithllc.maven-repository-launcher/bootstrap "1.0.6"]