MVN

io.pivotal.services.dataTx : dataTx-geode-office

Maven & Gradle

Sep 13, 2019
0 stars

dataTx-geode-office · APIs to convert Apache Geode/GemFire data points to office documents such as CSVs or graphic reports

<dependency>
    <groupId>io.pivotal.services.dataTx</groupId>
    <artifactId>dataTx-geode-office</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.pivotal.services.dataTx : dataTx-geode-office to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of io.pivotal.services.dataTx : dataTx-geode-office to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dataTx-geode-office-1.0.3
dataTx-geode-office-1.0.2
dataTx-geode-office-1.0.1
dataTx-geode-office-1.0.0

How to add a dependency to Maven

Add the following io.pivotal.services.dataTx : dataTx-geode-office maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.pivotal.services.dataTx</groupId>
    <artifactId>dataTx-geode-office</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.pivotal.services.dataTx : dataTx-geode-office gradle dependency to your build.gradle file:

implementation 'io.pivotal.services.dataTx:dataTx-geode-office:1.0.3'

Gradle Kotlin DSL: Add the following io.pivotal.services.dataTx : dataTx-geode-office gradle kotlin dependency to your build.gradle.kts file:

implementation("io.pivotal.services.dataTx:dataTx-geode-office:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.pivotal.services.dataTx : dataTx-geode-office sbt scala dependency to your build.sbt file:

libraryDependencies += "io.pivotal.services.dataTx" % "dataTx-geode-office" % "1.0.3"