MVN

com.github.chrisgleissner : jutil-table

Maven & Gradle

May 24, 2020
2 stars

jutil-table · Pretty print tabular data

<dependency>
    <groupId>com.github.chrisgleissner</groupId>
    <artifactId>jutil-table</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chrisgleissner : jutil-table to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.github.chrisgleissner : jutil-table to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jutil-table-1.1.11
jutil-table-1.1.9
jutil-table-1.1.8
jutil-table-1.1.7
jutil-table-1.1.6
jutil-table-1.1.5
jutil-table-1.1.4
jutil-table-1.1.3
jutil-table-1.1.2
jutil-table-1.1.1
jutil-table-1.1.0
1.0.x
jutil-table-1.0.4
jutil-table-1.0.3
jutil-table-1.0.2
jutil-table-1.0.1

How to add a dependency to Maven

Add the following com.github.chrisgleissner : jutil-table maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chrisgleissner</groupId>
    <artifactId>jutil-table</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chrisgleissner : jutil-table gradle dependency to your build.gradle file:

implementation 'com.github.chrisgleissner:jutil-table:1.1.11'

Gradle Kotlin DSL: Add the following com.github.chrisgleissner : jutil-table gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chrisgleissner:jutil-table:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chrisgleissner : jutil-table sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chrisgleissner" % "jutil-table" % "1.1.11"