is not current version
Last Version 1.1

io.github.baharmc:CommonLib 1.0

A common library that gives a lot of useful tools.

GroupId

GroupId

io.github.baharmc
ArtifactId

ArtifactId

CommonLib
Version

Version

1.0
Type

Type

jar

Download CommonLib 1.0


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