не последняя версия
Последняя версия 0.1.4

dev.helk:core 0.1.3

A simple library written in Kotlin with utils and useful functions

Группа

Группа

dev.helk
Идентификатор

Идентификатор

core
Версия

Версия

0.1.3
Тип

Тип

pom

Скачать core 0.1.3

Имя Файла Размер
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"]