| License |
License |
|---|---|
| GroupId | GroupIddev.helk |
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.1 |
| Type | Typejar |
| 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.1.pom | |
| core-0.1.1.jar | 26 KB |
| core-0.1.1-sources.jar | 6 KB |
| core-0.1.1-javadoc.jar | 316 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.helk/core/ -->
<dependency>
<groupId>dev.helk</groupId>
<artifactId>core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.helk/core/
implementation 'dev.helk:core:0.1.1'
// https://jarcasting.com/artifacts/dev.helk/core/
implementation ("dev.helk:core:0.1.1")
'dev.helk:core:jar:0.1.1'
<dependency org="dev.helk" name="core" rev="0.1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.helk', module='core', version='0.1.1')
)
libraryDependencies += "dev.helk" % "core" % "0.1.1"
[dev.helk/core "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| org.ogce : xpp3 | jar | 1.1.6 |
| org.apache.maven.plugins : maven-gpg-plugin | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| io.kotest : kotest-assertions-core-jvm | jar | 5.1.0 |