MVN

io.verizon.nelson : core_2.11

Maven & Gradle

Jan 13, 2018
3 stars

core · core

<dependency>
    <groupId>io.verizon.nelson</groupId>
    <artifactId>core_2.11</artifactId>
    <version>0.9.71</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.verizon.nelson : core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.71

All Versions

Choose a version of io.verizon.nelson : core_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
core_2.11-0.9.71
core_2.11-0.9.70
core_2.11-0.9.60
core_2.11-0.9.59
core_2.11-0.9.57
core_2.11-0.9.56
core_2.11-0.9.55
core_2.11-0.9.54
core_2.11-0.9.53
core_2.11-0.9.52
core_2.11-0.9.51
core_2.11-0.9.50
core_2.11-0.9.49
core_2.11-0.9.48
core_2.11-0.9.47
core_2.11-0.9.46
core_2.11-0.9.45
core_2.11-0.9.44
core_2.11-0.9.42
core_2.11-0.9.41
core_2.11-0.9.40
core_2.11-0.9.39
core_2.11-0.9.38
core_2.11-0.9.37
core_2.11-0.9.36
core_2.11-0.9.35
core_2.11-0.9.34
core_2.11-0.9.33
core_2.11-0.9.32

How to add a dependency to Maven

Add the following io.verizon.nelson : core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.verizon.nelson</groupId>
    <artifactId>core_2.11</artifactId>
    <version>0.9.71</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.verizon.nelson : core_2.11 gradle dependency to your build.gradle file:

implementation 'io.verizon.nelson:core_2.11:0.9.71'

Gradle Kotlin DSL: Add the following io.verizon.nelson : core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.verizon.nelson:core_2.11:0.9.71")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.verizon.nelson : core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.verizon.nelson" % "core_2.11" % "0.9.71"