is not current version
Last Version 4.2.5

org.bitbucket.swattu:util-base 3.0.0


GroupId

GroupId

org.bitbucket.swattu
ArtifactId

ArtifactId

util-base
Version

Version

3.0.0
Type

Type

jar

Download util-base 3.0.0


<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/util-base/ -->
<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>util-base</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/util-base/
implementation 'org.bitbucket.swattu:util-base:3.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/util-base/
implementation ("org.bitbucket.swattu:util-base:3.0.0")
'org.bitbucket.swattu:util-base:jar:3.0.0'
<dependency org="org.bitbucket.swattu" name="util-base" rev="3.0.0">
  <artifact name="util-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='util-base', version='3.0.0')
)
libraryDependencies += "org.bitbucket.swattu" % "util-base" % "3.0.0"
[org.bitbucket.swattu/util-base "3.0.0"]