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