MVN

com.github.mengxianun : tangram-result-pdf

Maven & Gradle

Jul 04, 2019
4 stars

Tangram · Json drive data

<dependency>
    <groupId>com.github.mengxianun</groupId>
    <artifactId>tangram-result-pdf</artifactId>
    <version>1.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mengxianun : tangram-result-pdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.8

All Versions

Choose a version of com.github.mengxianun : tangram-result-pdf to add to Maven or Gradle - All Versions:

  • Version Updated
  • tangram-result-pdf-1.4.8

    Jul 04, 2019
  • tangram-result-pdf-1.4.7

    Jun 30, 2019
  • tangram-result-pdf-1.4.6

    Jun 29, 2019
  • tangram-result-pdf-1.4.4.2

    Jun 26, 2019
  • tangram-result-pdf-1.4.4.1

    Jun 26, 2019
  • tangram-result-pdf-1.4.4

    Jun 25, 2019
  • tangram-result-pdf-1.4.3

    Jun 24, 2019
  • tangram-result-pdf-1.4.2

    Jun 24, 2019
  • tangram-result-pdf-1.4.0.1

    May 27, 2019
  • tangram-result-pdf-1.4.0

    May 21, 2019
  • tangram-result-pdf-1.3.9.2

    May 16, 2019
  • tangram-result-pdf-1.3.9.1

    May 16, 2019
  • tangram-result-pdf-1.3.9

    May 11, 2019
  • tangram-result-pdf-1.2.8

    Apr 20, 2019
  • tangram-result-pdf-1.2.7

    Apr 19, 2019
  • tangram-result-pdf-1.1.7

    Apr 19, 2019
  • tangram-result-pdf-1.1.6

    Apr 18, 2019
  • tangram-result-pdf-1.1.5

    Apr 17, 2019
  • tangram-result-pdf-1.1.4

    Apr 17, 2019
  • tangram-result-pdf-1.1.3

    Apr 11, 2019
  • tangram-result-pdf-1.1.2

    Apr 03, 2019
  • tangram-result-pdf-1.0.1

    Mar 06, 2019
  • tangram-result-pdf-1.0.0

    Feb 28, 2019

How to add a dependency to Maven

Add the following com.github.mengxianun : tangram-result-pdf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mengxianun</groupId>
    <artifactId>tangram-result-pdf</artifactId>
    <version>1.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mengxianun : tangram-result-pdf gradle dependency to your build.gradle file:

implementation 'com.github.mengxianun:tangram-result-pdf:1.4.8'

Gradle Kotlin DSL: Add the following com.github.mengxianun : tangram-result-pdf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mengxianun:tangram-result-pdf:1.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mengxianun : tangram-result-pdf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mengxianun" % "tangram-result-pdf" % "1.4.8"