MVN

com.github.rahulsom : jansi-table

Maven & Gradle

Sep 05, 2022
0 stars

jansi-table · Build tables using jansi

<dependency>
    <groupId>com.github.rahulsom</groupId>
    <artifactId>jansi-table</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.0
  • Latest Release Candidate: 0.4.0-rc.1

All Versions

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

Version Vulnerabilities Updated
0.4.x
jansi-table-0.4.0
jansi-table-0.4.0-rc.1
0.3.x
jansi-table-0.3.1
jansi-table-0.3.0
0.2.x
jansi-table-0.2.0
0.1.x
jansi-table-0.1.0
jansi-table-0.1.0-rc.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.rahulsom</groupId>
    <artifactId>jansi-table</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.rahulsom:jansi-table:0.4.0'

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

implementation("com.github.rahulsom:jansi-table:0.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.rahulsom" % "jansi-table" % "0.4.0"