| GroupId | GroupIdio.slixes |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version3.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-3.1.0.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.slixes/parent/ -->
<dependency>
<groupId>io.slixes</groupId>
<artifactId>parent</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.slixes/parent/
implementation 'io.slixes:parent:3.1.0'
// https://jarcasting.com/artifacts/io.slixes/parent/
implementation ("io.slixes:parent:3.1.0")
'io.slixes:parent:pom:3.1.0'
<dependency org="io.slixes" name="parent" rev="3.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.slixes', module='parent', version='3.1.0')
)
libraryDependencies += "io.slixes" % "parent" % "3.1.0"
[io.slixes/parent "3.1.0"]