MVN

com.indvd00m.ascii.render : ascii-render

Maven & Gradle

Sep 29, 2020
13 usages
155 stars

ascii-render · ASCII renderer in pure java with no external dependencies. API implementation.

<dependency>
    <groupId>com.indvd00m.ascii.render</groupId>
    <artifactId>ascii-render</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indvd00m.ascii.render : ascii-render to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.indvd00m.ascii.render : ascii-render to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ascii-render-2.2.0
2.1.x
ascii-render-2.1.3
ascii-render-2.1.2
ascii-render-2.1.0
2.0.x
ascii-render-2.0.0
1.5.x
ascii-render-1.5.0
1.4.x
ascii-render-1.4.0
1.3.x
ascii-render-1.3.0
1.2.x
ascii-render-1.2.4
ascii-render-1.2.3

How to add a dependency to Maven

Add the following com.indvd00m.ascii.render : ascii-render maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.indvd00m.ascii.render</groupId>
    <artifactId>ascii-render</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indvd00m.ascii.render : ascii-render gradle dependency to your build.gradle file:

implementation 'com.indvd00m.ascii.render:ascii-render:2.2.0'

Gradle Kotlin DSL: Add the following com.indvd00m.ascii.render : ascii-render gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indvd00m.ascii.render:ascii-render:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indvd00m.ascii.render : ascii-render sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indvd00m.ascii.render" % "ascii-render" % "2.2.0"

Advertisement