MVN

io.shapelets : khiva

Maven & Gradle

May 01, 2020
8 stars

khiva-java · https://github.com/shapelets/khiva-java

<dependency>
    <groupId>io.shapelets</groupId>
    <artifactId>khiva</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.shapelets : khiva to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of io.shapelets : khiva to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
khiva-0.5.0
0.3.x
khiva-0.3.0
0.2.x
khiva-0.2.2
khiva-0.2.0
0.1.x
khiva-0.1.1
khiva-0.1.0

How to add a dependency to Maven

Add the following io.shapelets : khiva maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.shapelets</groupId>
    <artifactId>khiva</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.shapelets : khiva gradle dependency to your build.gradle file:

implementation 'io.shapelets:khiva:0.5.0'

Gradle Kotlin DSL: Add the following io.shapelets : khiva gradle kotlin dependency to your build.gradle.kts file:

implementation("io.shapelets:khiva:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.shapelets : khiva sbt scala dependency to your build.sbt file:

libraryDependencies += "io.shapelets" % "khiva" % "0.5.0"

Advertisement