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