info
this allows you to get a current build of [apache pivot] (http://pivot.apache.org/) with barchart patches
repo
maven central has [latest version of these artifacts] (http://search.maven.org/#search%7Cga%7C1%7Cpivot)
| License |
License |
|---|---|
| GroupId | GroupIdcom.barchart.pivot |
| ArtifactId | ArtifactIdbarchart-pivot |
| Last Version | Last Version2.0.1-build001 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionbarchart-pivot
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| barchart-pivot-2.0.1-build001.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.barchart.pivot/barchart-pivot/ -->
<dependency>
<groupId>com.barchart.pivot</groupId>
<artifactId>barchart-pivot</artifactId>
<version>2.0.1-build001</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.barchart.pivot/barchart-pivot/
implementation 'com.barchart.pivot:barchart-pivot:2.0.1-build001'
// https://jarcasting.com/artifacts/com.barchart.pivot/barchart-pivot/
implementation ("com.barchart.pivot:barchart-pivot:2.0.1-build001")
'com.barchart.pivot:barchart-pivot:pom:2.0.1-build001'
<dependency org="com.barchart.pivot" name="barchart-pivot" rev="2.0.1-build001">
<artifact name="barchart-pivot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.barchart.pivot', module='barchart-pivot', version='2.0.1-build001')
)
libraryDependencies += "com.barchart.pivot" % "barchart-pivot" % "2.0.1-build001"
[com.barchart.pivot/barchart-pivot "2.0.1-build001"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.testng : testng | jar | 6.4 |
this allows you to get a current build of [apache pivot] (http://pivot.apache.org/) with barchart patches
maven central has [latest version of these artifacts] (http://search.maven.org/#search%7Cga%7C1%7Cpivot)