| Группа | Группаio.toolisticon.spiap |
|---|---|
| Идентификатор | Идентификаторexample-parent |
| Версия | Версия0.9.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| example-parent-0.9.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.toolisticon.spiap/example-parent/ -->
<dependency>
<groupId>io.toolisticon.spiap</groupId>
<artifactId>example-parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toolisticon.spiap/example-parent/
implementation 'io.toolisticon.spiap:example-parent:0.9.0'
// https://jarcasting.com/artifacts/io.toolisticon.spiap/example-parent/
implementation ("io.toolisticon.spiap:example-parent:0.9.0")
'io.toolisticon.spiap:example-parent:pom:0.9.0'
<dependency org="io.toolisticon.spiap" name="example-parent" rev="0.9.0">
<artifact name="example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toolisticon.spiap', module='example-parent', version='0.9.0')
)
libraryDependencies += "io.toolisticon.spiap" % "example-parent" % "0.9.0"
[io.toolisticon.spiap/example-parent "0.9.0"]