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