GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdconf-all |
Version | Version2.1.2 |
Type | Typepom |
Filename | Size |
---|---|
conf-all-2.1.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>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/conf-all/
implementation 'io.github.shiruka:conf-all:2.1.2'
// https://jarcasting.com/artifacts/io.github.shiruka/conf-all/
implementation ("io.github.shiruka:conf-all:2.1.2")
'io.github.shiruka:conf-all:pom:2.1.2'
<dependency org="io.github.shiruka" name="conf-all" rev="2.1.2">
<artifact name="conf-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='conf-all', version='2.1.2')
)
libraryDependencies += "io.github.shiruka" % "conf-all" % "2.1.2"
[io.github.shiruka/conf-all "2.1.2"]