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