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