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