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