GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
common-3.3.0.pom | |
common-3.3.0.jar | 7 MB |
common-3.3.0-sources.jar | 171 KB |
common-3.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/common/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>common</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/common/
implementation 'io.github.shiruka:common:3.3.0'
// https://jarcasting.com/artifacts/io.github.shiruka/common/
implementation ("io.github.shiruka:common:3.3.0")
'io.github.shiruka:common:jar:3.3.0'
<dependency org="io.github.shiruka" name="common" rev="3.3.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='common', version='3.3.0')
)
libraryDependencies += "io.github.shiruka" % "common" % "3.3.0"
[io.github.shiruka/common "3.3.0"]