| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.helk |
| Идентификатор | Идентификаторcore |
| Последняя версия | Последняя версия0.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.helk:core
A simple library written in Kotlin with utils and useful functions
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-0.1.4.pom | |
| core-0.1.4.jar | 30 KB |
| core-0.1.4-sources.jar | 7 KB |
| core-0.1.4-javadoc.jar | 344 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.helk/core/ -->
<dependency>
<groupId>dev.helk</groupId>
<artifactId>core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.helk/core/
implementation 'dev.helk:core:0.1.4'
// https://jarcasting.com/artifacts/dev.helk/core/
implementation ("dev.helk:core:0.1.4")
'dev.helk:core:jar:0.1.4'
<dependency org="dev.helk" name="core" rev="0.1.4">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.helk', module='core', version='0.1.4')
)
libraryDependencies += "dev.helk" % "core" % "0.1.4"
[dev.helk/core "0.1.4"]