GroupId | GroupIdorg.bitbucket.swattu |
---|---|
ArtifactId | ArtifactIdcore-utils |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
core-utils-1.0.12.pom | |
core-utils-1.0.12.jar | 5 KB |
core-utils-1.0.12-sources.jar | 2 KB |
core-utils-1.0.12-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>core-utils</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation 'org.bitbucket.swattu:core-utils:1.0.12'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation ("org.bitbucket.swattu:core-utils:1.0.12")
'org.bitbucket.swattu:core-utils:jar:1.0.12'
<dependency org="org.bitbucket.swattu" name="core-utils" rev="1.0.12">
<artifact name="core-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='core-utils', version='1.0.12')
)
libraryDependencies += "org.bitbucket.swattu" % "core-utils" % "1.0.12"
[org.bitbucket.swattu/core-utils "1.0.12"]