MVN

com.bkahlert.koodies : koodies-native

Maven & Gradle

Aug 05, 2021
16 stars

Koodies · Random Kotlin Goodies

<dependency>
    <groupId>com.bkahlert.koodies</groupId>
    <artifactId>koodies-native</artifactId>
    <version>1.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bkahlert.koodies : koodies-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.7

All Versions

Choose a version of com.bkahlert.koodies : koodies-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
koodies-native-1.9.7
koodies-native-1.9.6
koodies-native-1.9.5
koodies-native-1.9.4
koodies-native-1.9.1
koodies-native-1.9.0
1.7.x
koodies-native-1.7.0

How to add a dependency to Maven

Add the following com.bkahlert.koodies : koodies-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bkahlert.koodies</groupId>
    <artifactId>koodies-native</artifactId>
    <version>1.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bkahlert.koodies : koodies-native gradle dependency to your build.gradle file:

implementation 'com.bkahlert.koodies:koodies-native:1.9.7'

Gradle Kotlin DSL: Add the following com.bkahlert.koodies : koodies-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bkahlert.koodies:koodies-native:1.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bkahlert.koodies : koodies-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bkahlert.koodies" % "koodies-native" % "1.9.7"

Advertisement