is not current version
Last Version 3.4.0

io.github.shiruka:common 2.0.7

A common library that gives a lot of useful tools.

GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

common
Version

Version

2.0.7
Type

Type

jar

Download common 2.0.7


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