is not current version
Last Version 0.1.4

dev.helk:core 0.1.0

A simple library written in Kotlin with utils and useful functions

GroupId

GroupId

dev.helk
ArtifactId

ArtifactId

core
Version

Version

0.1.0
Type

Type

jar

Download core 0.1.0


<!-- https://jarcasting.com/artifacts/dev.helk/core/ -->
<dependency>
    <groupId>dev.helk</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.helk/core/
implementation 'dev.helk:core:0.1.0'
// https://jarcasting.com/artifacts/dev.helk/core/
implementation ("dev.helk:core:0.1.0")
'dev.helk:core:jar:0.1.0'
<dependency org="dev.helk" name="core" rev="0.1.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.helk', module='core', version='0.1.0')
)
libraryDependencies += "dev.helk" % "core" % "0.1.0"
[dev.helk/core "0.1.0"]