MVN

io.verizon.knobs : core_2.11

Maven & Gradle

Feb 08, 2018
7 usages
187 stars

core · core

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

Latest Version

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

  • Latest Stable: 6.0.33

All Versions

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

Version Vulnerabilities Updated
6.0.x
core_2.11-6.0.33
5.0.x
core_2.11-5.0.32
4.0.x
core_2.11-4.0.31-scalaz-7.2
core_2.11-4.0.31-scalaz-7.1
core_2.11-4.0.30-scalaz-7.2
core_2.11-4.0.30-scalaz-7.1
3.12.x
core_2.11-3.12.28
core_2.11-3.12.27
core_2.11-3.12.28a
core_2.11-3.12.27a
3.11.x
core_2.11-3.11.26
core_2.11-3.11.25
core_2.11-3.11.23
core_2.11-3.11.22
core_2.11-3.11.26a
core_2.11-3.11.24a
core_2.11-3.11.23a
core_2.11-3.11.22a
3.10.x
core_2.11-3.10.21
core_2.11-3.10.20
core_2.11-3.10.21a

How to add a dependency to Maven

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

<dependency>
    <groupId>io.verizon.knobs</groupId>
    <artifactId>core_2.11</artifactId>
    <version>6.0.33</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.verizon.knobs:core_2.11:6.0.33'

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

implementation("io.verizon.knobs:core_2.11:6.0.33")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.verizon.knobs" % "core_2.11" % "6.0.33"

Advertisement