GroupId | GroupIdorg.bitbucket.goalhub |
---|---|
ArtifactId | ArtifactIdkrTools |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
krTools-1.3.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/krTools/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>krTools</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/krTools/
implementation 'org.bitbucket.goalhub:krTools:1.3.0'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/krTools/
implementation ("org.bitbucket.goalhub:krTools:1.3.0")
'org.bitbucket.goalhub:krTools:pom:1.3.0'
<dependency org="org.bitbucket.goalhub" name="krTools" rev="1.3.0">
<artifact name="krTools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='krTools', version='1.3.0')
)
libraryDependencies += "org.bitbucket.goalhub" % "krTools" % "1.3.0"
[org.bitbucket.goalhub/krTools "1.3.0"]