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