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