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