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