MVN

com.github.drumge : kvo-api

Maven & Gradle

Aug 04, 2019
1 usages
17 stars

drumge · drumge's maven

<dependency>
    <groupId>com.github.drumge</groupId>
    <artifactId>kvo-api</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.drumge : kvo-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.github.drumge : kvo-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
kvo-api-0.3.0
0.2.x
kvo-api-0.2.10
kvo-api-0.2.9-weak_refrence-2
kvo-api-0.2.9-weak_refrence-1
kvo-api-0.2.9
kvo-api-0.2.8
kvo-api-0.2.7
kvo-api-0.2.6
kvo-api-0.2.5
kvo-api-0.2.4
kvo-api-0.2.2
0.1.x
kvo-api-0.1.1
kvo-api-0.1.0

How to add a dependency to Maven

Add the following com.github.drumge : kvo-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.drumge</groupId>
    <artifactId>kvo-api</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.drumge : kvo-api gradle dependency to your build.gradle file:

implementation 'com.github.drumge:kvo-api:0.3.0'

Gradle Kotlin DSL: Add the following com.github.drumge : kvo-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.drumge:kvo-api:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.drumge : kvo-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.drumge" % "kvo-api" % "0.3.0"