MVN

org.catools : ascii

Maven & Gradle

May 02, 2020
1 usages

Core Automation ASCII Utils · The ASCii helper

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>ascii</artifactId>
    <version>0.1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.catools : ascii to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.25

All Versions

Choose a version of org.catools : ascii to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ascii-0.1.25
ascii-0.1.24
ascii-0.1.23
ascii-0.1.22
ascii-0.1.21
ascii-0.1.20
ascii-0.1.19
ascii-0.1.18
ascii-0.1.17
ascii-0.1.16
ascii-0.1.15
ascii-0.1.14
ascii-0.1.13
ascii-0.1.12
ascii-0.1.11
ascii-0.1.10
ascii-0.1.9
ascii-0.1.8
ascii-0.1.7
ascii-0.1.6
ascii-0.1.5
ascii-0.1.4
ascii-0.1.3
ascii-0.1.2
ascii-0.1.1

How to add a dependency to Maven

Add the following org.catools : ascii maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>ascii</artifactId>
    <version>0.1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.catools : ascii gradle dependency to your build.gradle file:

implementation 'org.catools:ascii:0.1.25'

Gradle Kotlin DSL: Add the following org.catools : ascii gradle kotlin dependency to your build.gradle.kts file:

implementation("org.catools:ascii:0.1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.catools : ascii sbt scala dependency to your build.sbt file:

libraryDependencies += "org.catools" % "ascii" % "0.1.25"

Advertisement