| License |
License |
|---|---|
| GroupId | GroupIddev.helk |
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.4 |
| Type | Typepom |
| Description |
Descriptioncom.helk:core
A simple library written in Kotlin with utils and useful functions
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-0.1.4.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.helk/core/ -->
<dependency>
<groupId>dev.helk</groupId>
<artifactId>core</artifactId>
<version>0.1.4</version>
<type>pom</type>
</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:pom:0.1.4'
<dependency org="dev.helk" name="core" rev="0.1.4">
<artifact name="core" type="pom" />
</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"]