MVN

org.verdictdb : verdictdb-core

Maven & Gradle

Dec 20, 2018
245 stars

Platform-independent, interactive-speed data analytics system

<dependency>
    <groupId>org.verdictdb</groupId>
    <artifactId>verdictdb-core</artifactId>
    <version>0.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.verdictdb : verdictdb-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.8
  • Latest Alpha: 0.5.0-alpha

All Versions

Choose a version of org.verdictdb : verdictdb-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
verdictdb-core-0.5.8
verdictdb-core-0.5.7
verdictdb-core-0.5.6
verdictdb-core-0.5.5
verdictdb-core-0.5.4
verdictdb-core-0.5.0-alpha

How to add a dependency to Maven

Add the following org.verdictdb : verdictdb-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.verdictdb</groupId>
    <artifactId>verdictdb-core</artifactId>
    <version>0.5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.verdictdb : verdictdb-core gradle dependency to your build.gradle file:

implementation 'org.verdictdb:verdictdb-core:0.5.8'

Gradle Kotlin DSL: Add the following org.verdictdb : verdictdb-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.verdictdb:verdictdb-core:0.5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.verdictdb : verdictdb-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.verdictdb" % "verdictdb-core" % "0.5.8"

Advertisement