| License |
License |
|---|---|
| GroupId | GroupIdio.github.shiruka |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version2.2.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent
A parent pom project to simplify maven files.
|
| Filename | Size |
|---|---|
| parent-2.2.12.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/parent/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>parent</artifactId>
<version>2.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/parent/
implementation 'io.github.shiruka:parent:2.2.12'
// https://jarcasting.com/artifacts/io.github.shiruka/parent/
implementation ("io.github.shiruka:parent:2.2.12")
'io.github.shiruka:parent:pom:2.2.12'
<dependency org="io.github.shiruka" name="parent" rev="2.2.12">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='parent', version='2.2.12')
)
libraryDependencies += "io.github.shiruka" % "parent" % "2.2.12"
[io.github.shiruka/parent "2.2.12"]