GroupId | GroupIdorg.bitbucket.goalhub.krTools |
---|---|
ArtifactId | ArtifactIdkrFactory |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
krFactory-1.3.2.pom | |
krFactory-1.3.2.jar | 4 KB |
krFactory-1.3.2-sources.jar | 4 KB |
krFactory-1.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.krTools/krFactory/
implementation 'org.bitbucket.goalhub.krTools:krFactory:1.3.2'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.krTools/krFactory/
implementation ("org.bitbucket.goalhub.krTools:krFactory:1.3.2")
'org.bitbucket.goalhub.krTools:krFactory:jar:1.3.2'
<dependency org="org.bitbucket.goalhub.krTools" name="krFactory" rev="1.3.2">
<artifact name="krFactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub.krTools', module='krFactory', version='1.3.2')
)
libraryDependencies += "org.bitbucket.goalhub.krTools" % "krFactory" % "1.3.2"
[org.bitbucket.goalhub.krTools/krFactory "1.3.2"]