MVN

com.hack23.cia : service.external.vdem

Maven & Gradle

Jan 21, 2017
1 usages
123 stars

service.external.vdem · service.external.vdem

<dependency>
    <groupId>com.hack23.cia</groupId>
    <artifactId>service.external.vdem</artifactId>
    <version>2017.1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hack23.cia : service.external.vdem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2017.1.21

All Versions

Choose a version of com.hack23.cia : service.external.vdem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2017.1.x
service.external.vdem-2017.1.21
service.external.vdem-2017.1.1
2016.12.x
service.external.vdem-2016.12.22
service.external.vdem-2016.12.13
2016.11.x
service.external.vdem-2016.11.22
service.external.vdem-2016.11.15
service.external.vdem-2016.11.13
2016.10.x
service.external.vdem-2016.10.2
2016.9.x
service.external.vdem-2016.9.17
2016.8.x
service.external.vdem-2016.8.17
2016.7.x
service.external.vdem-2016.7.28
service.external.vdem-2016.7.5
2016.5.x
service.external.vdem-2016.5.7
2016.4.x
service.external.vdem-2016.4.3
2016.3.x
service.external.vdem-2016.3.7
2016.2.x
service.external.vdem-2016.2.7

How to add a dependency to Maven

Add the following com.hack23.cia : service.external.vdem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hack23.cia</groupId>
    <artifactId>service.external.vdem</artifactId>
    <version>2017.1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hack23.cia : service.external.vdem gradle dependency to your build.gradle file:

implementation 'com.hack23.cia:service.external.vdem:2017.1.21'

Gradle Kotlin DSL: Add the following com.hack23.cia : service.external.vdem gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hack23.cia:service.external.vdem:2017.1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hack23.cia : service.external.vdem sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hack23.cia" % "service.external.vdem" % "2017.1.21"

Advertisement