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