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