| GroupId | GroupIdio.github.openvega |
|---|---|
| ArtifactId | ArtifactIdice-parent |
| Version | Version37++11 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ice-parent-37++11.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.openvega/ice-parent/ -->
<dependency>
<groupId>io.github.openvega</groupId>
<artifactId>ice-parent</artifactId>
<version>37++11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openvega/ice-parent/
implementation 'io.github.openvega:ice-parent:37++11'
// https://jarcasting.com/artifacts/io.github.openvega/ice-parent/
implementation ("io.github.openvega:ice-parent:37++11")
'io.github.openvega:ice-parent:pom:37++11'
<dependency org="io.github.openvega" name="ice-parent" rev="37++11">
<artifact name="ice-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openvega', module='ice-parent', version='37++11')
)
libraryDependencies += "io.github.openvega" % "ice-parent" % "37++11"
[io.github.openvega/ice-parent "37++11"]