is not current version
Last Version 1.0.0

io.hyscale:commons 0.9.9


GroupId

GroupId

io.hyscale
ArtifactId

ArtifactId

commons
Version

Version

0.9.9
Type

Type

jar

Download commons 0.9.9


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