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