MVN

no.kodeworks : kvarg-util

Maven & Gradle

Nov 26, 2020
<dependency>
    <groupId>no.kodeworks</groupId>
    <artifactId>kvarg-util</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.kodeworks : kvarg-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of no.kodeworks : kvarg-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
kvarg-util-0.7
0.6
kvarg-util-0.6
0.5
kvarg-util-0.5
0.4
kvarg-util-0.4
0.3
kvarg-util-0.3
0.2
kvarg-util-0.2

How to add a dependency to Maven

Add the following no.kodeworks : kvarg-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.kodeworks</groupId>
    <artifactId>kvarg-util</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.kodeworks : kvarg-util gradle dependency to your build.gradle file:

implementation 'no.kodeworks:kvarg-util:0.7'

Gradle Kotlin DSL: Add the following no.kodeworks : kvarg-util gradle kotlin dependency to your build.gradle.kts file:

implementation("no.kodeworks:kvarg-util:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.kodeworks : kvarg-util sbt scala dependency to your build.sbt file:

libraryDependencies += "no.kodeworks" % "kvarg-util" % "0.7"

Advertisement