MVN

eu.kevin : kevin-jvm

Maven & Gradle

Jul 17, 2023
0 stars

kevin. JVM · JVM client implementing kevin. platform API

<dependency>
    <groupId>eu.kevin</groupId>
    <artifactId>kevin-jvm</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.kevin : kevin-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of eu.kevin : kevin-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kevin-jvm-1.0.2
kevin-jvm-1.0.1
kevin-jvm-1.0.0
0.3.x
kevin-jvm-0.3.0
0.2.x
kevin-jvm-0.2.10
kevin-jvm-0.2.9
kevin-jvm-0.2.8
kevin-jvm-0.2.7
kevin-jvm-0.2.6
kevin-jvm-0.2.5
kevin-jvm-0.2.4
kevin-jvm-0.2.3
kevin-jvm-0.2.2
kevin-jvm-0.2.1
kevin-jvm-0.2.0
0.1.x
kevin-jvm-0.1.0

How to add a dependency to Maven

Add the following eu.kevin : kevin-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.kevin</groupId>
    <artifactId>kevin-jvm</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.kevin : kevin-jvm gradle dependency to your build.gradle file:

implementation 'eu.kevin:kevin-jvm:1.0.2'

Gradle Kotlin DSL: Add the following eu.kevin : kevin-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.kevin:kevin-jvm:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.kevin : kevin-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.kevin" % "kevin-jvm" % "1.0.2"