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