MVN

com.barchart.udt : barchart-udt-bundle

Maven & Gradle

May 13, 2013
23 usages
127 stars

Barchart UDT [ BUNDLE ]

<dependency>
    <groupId>com.barchart.udt</groupId>
    <artifactId>barchart-udt-bundle</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.barchart.udt : barchart-udt-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.barchart.udt : barchart-udt-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
barchart-udt-bundle-2.3.0
2.2.x
barchart-udt-bundle-2.2.6
barchart-udt-bundle-2.2.5
barchart-udt-bundle-2.2.2
barchart-udt-bundle-2.2.1
barchart-udt-bundle-2.2.0
2.1.x
barchart-udt-bundle-2.1.0
2.0.x
barchart-udt-bundle-2.0.0

How to add a dependency to Maven

Add the following com.barchart.udt : barchart-udt-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.barchart.udt</groupId>
    <artifactId>barchart-udt-bundle</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.barchart.udt : barchart-udt-bundle gradle dependency to your build.gradle file:

implementation 'com.barchart.udt:barchart-udt-bundle:2.3.0'

Gradle Kotlin DSL: Add the following com.barchart.udt : barchart-udt-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.barchart.udt:barchart-udt-bundle:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.barchart.udt : barchart-udt-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.barchart.udt" % "barchart-udt-bundle" % "2.3.0"

Advertisement