is not current version
Last Version 0.2.2

io.esastack:commons 0.1.0


GroupId

GroupId

io.esastack
ArtifactId

ArtifactId

commons
Version

Version

0.1.0
Type

Type

jar

Download commons 0.1.0


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