MVN

io.velocitycareerlabs : vcl

Maven & Gradle

Aug 07, 2023
1 stars

vcl · Velocity Career Labs Android library

<dependency>
    <groupId>io.velocitycareerlabs</groupId>
    <artifactId>vcl</artifactId>
    <version>1.14.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.velocitycareerlabs : vcl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.6

All Versions

Choose a version of io.velocitycareerlabs : vcl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
vcl-1.14.6
vcl-1.14.5
vcl-1.14.4
vcl-1.14.3
vcl-1.14.2
vcl-1.14.1
vcl-1.14.0
1.13.x
vcl-1.13.0
1.12.x
vcl-1.12.3
vcl-1.12.2
vcl-1.12.0
1.11.x
vcl-1.11.6
vcl-1.11.1
vcl-1.11.0
1.10.x
vcl-1.10.3
vcl-1.10.2
vcl-1.10.0
1.9.x
vcl-1.9.0
1.8.x
vcl-1.8.0
1.7.x
vcl-1.7.0
1.6.x
vcl-1.6.0
1.5.x
vcl-1.5.2
vcl-1.5.1
vcl-1.5.0
1.4.x
vcl-1.4.0
1.3.x
vcl-1.3.1
vcl-1.3.0
1.2.x
vcl-1.2.3
vcl-1.2.2
vcl-1.2.1
vcl-1.2.0
1.1.x
vcl-1.1.11
vcl-1.1.10
vcl-1.1.9
vcl-1.1.8
vcl-1.1.7
vcl-1.1.6
vcl-1.1.5
vcl-1.1.3
vcl-1.1.2
vcl-1.1.1
vcl-1.1.0
1.0.x
vcl-1.0.1
0.0.x
vcl-0.0.2
vcl-0.0.1

How to add a dependency to Maven

Add the following io.velocitycareerlabs : vcl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.velocitycareerlabs</groupId>
    <artifactId>vcl</artifactId>
    <version>1.14.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.velocitycareerlabs : vcl gradle dependency to your build.gradle file:

implementation 'io.velocitycareerlabs:vcl:1.14.6'

Gradle Kotlin DSL: Add the following io.velocitycareerlabs : vcl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.velocitycareerlabs:vcl:1.14.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.velocitycareerlabs : vcl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.velocitycareerlabs" % "vcl" % "1.14.6"

Advertisement