MVN

dev.helk : core

Maven & Gradle

Oct 13, 2022
2 stars

com.helk:core · A simple library written in Kotlin with utils and useful functions

<dependency>
    <groupId>dev.helk</groupId>
    <artifactId>core</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.helk : core to add to Maven - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of dev.helk : core to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
core-0.1.5
core-0.1.4
core-0.1.3
core-0.1.2
core-0.1.1
core-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dev.helk</groupId>
    <artifactId>core</artifactId>
    <version>0.1.5</version>
</dependency>

Advertisement