MVN

org.scorexfoundation : avl-iodb_2.12

Maven & Gradle

Sep 06, 2018
6 stars

avl-iodb · avl-iodb

<dependency>
    <groupId>org.scorexfoundation</groupId>
    <artifactId>avl-iodb_2.12</artifactId>
    <version>0.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scorexfoundation : avl-iodb_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.15

All Versions

Choose a version of org.scorexfoundation : avl-iodb_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
avl-iodb_2.12-0.3.0
0.2.x
avl-iodb_2.12-0.2.15
avl-iodb_2.12-0.2.14
avl-iodb_2.12-0.2.13
avl-iodb_2.12-0.2.12
avl-iodb_2.12-0.2.11
avl-iodb_2.12-0.2.10
avl-iodb_2.12-0.2.8
avl-iodb_2.12-0.2.7
avl-iodb_2.12-0.2.5
avl-iodb_2.12-0.2.4
avl-iodb_2.12-0.2.3
avl-iodb_2.12-0.2.2
avl-iodb_2.12-0.2.1

How to add a dependency to Maven

Add the following org.scorexfoundation : avl-iodb_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scorexfoundation</groupId>
    <artifactId>avl-iodb_2.12</artifactId>
    <version>0.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scorexfoundation : avl-iodb_2.12 gradle dependency to your build.gradle file:

implementation 'org.scorexfoundation:avl-iodb_2.12:0.2.15'

Gradle Kotlin DSL: Add the following org.scorexfoundation : avl-iodb_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scorexfoundation:avl-iodb_2.12:0.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scorexfoundation : avl-iodb_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scorexfoundation" % "avl-iodb_2.12" % "0.2.15"

Advertisement