is not current version
Last Version 1.3.9

me.codeboy.common:base 1.2.0

Java Common Base

GroupId

GroupId

me.codeboy.common
ArtifactId

ArtifactId

base
Version

Version

1.2.0
Type

Type

jar

Download base 1.2.0


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