GroupId | GroupIdorg.bitbucket.swattu |
---|---|
ArtifactId | ArtifactIdcore-utils |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
core-utils-1.0.11.pom | |
core-utils-1.0.11.jar | 4 KB |
core-utils-1.0.11-sources.jar | 2 KB |
core-utils-1.0.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation 'org.bitbucket.swattu:core-utils:1.0.11'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/core-utils/
implementation ("org.bitbucket.swattu:core-utils:1.0.11")
'org.bitbucket.swattu:core-utils:jar:1.0.11'
<dependency org="org.bitbucket.swattu" name="core-utils" rev="1.0.11">
<artifact name="core-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='core-utils', version='1.0.11')
)
libraryDependencies += "org.bitbucket.swattu" % "core-utils" % "1.0.11"
[org.bitbucket.swattu/core-utils "1.0.11"]