MVN

com.ticketmaster.voltron : voltron-core

Maven & Gradle

Sep 30, 2020
5 usages

Voltron-Core · Voltron is a Modular Networking Library for Android. Voltron-Core is the core of the library that all VoltronUnits(backend definitions) required.

<dependency>
    <groupId>com.ticketmaster.voltron</groupId>
    <artifactId>voltron-core</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ticketmaster.voltron : voltron-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.ticketmaster.voltron : voltron-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
voltron-core-0.1.4
voltron-core-0.1.3
voltron-core-0.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ticketmaster.voltron</groupId>
    <artifactId>voltron-core</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ticketmaster.voltron : voltron-core gradle dependency to your build.gradle file:

implementation 'com.ticketmaster.voltron:voltron-core:0.1.4'

Gradle Kotlin DSL: Add the following com.ticketmaster.voltron : voltron-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ticketmaster.voltron:voltron-core:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ticketmaster.voltron : voltron-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ticketmaster.voltron" % "voltron-core" % "0.1.4"

Advertisement