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