MVN

com.barchart.wrap : barchart-wrap-axis

Maven & Gradle

Mar 22, 2013
0 stars

bundle wrapper for Apache Axis

<dependency>
    <groupId>com.barchart.wrap</groupId>
    <artifactId>barchart-wrap-axis</artifactId>
    <version>1.4-build009</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4-build009

All Versions

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

Version Vulnerabilities Updated
1.4
barchart-wrap-axis-1.4-build009
barchart-wrap-axis-1.4-build008
barchart-wrap-axis-1.4-build007
barchart-wrap-axis-1.4-build006
barchart-wrap-axis-1.4-build005
barchart-wrap-axis-1.4-build004
barchart-wrap-axis-1.4-build003

How to add a dependency to Maven

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

<dependency>
    <groupId>com.barchart.wrap</groupId>
    <artifactId>barchart-wrap-axis</artifactId>
    <version>1.4-build009</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.barchart.wrap:barchart-wrap-axis:1.4-build009'

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

implementation("com.barchart.wrap:barchart-wrap-axis:1.4-build009")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.barchart.wrap" % "barchart-wrap-axis" % "1.4-build009"