MVN

org.shredzone.commons : commons-text

Maven & Gradle

Jul 04, 2021
0 stars

Shredzone Commons: Text · Shredzone Commons: Text Filters and Formatters

<dependency>
    <groupId>org.shredzone.commons</groupId>
    <artifactId>commons-text</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.shredzone.commons : commons-text to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of org.shredzone.commons : commons-text to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
commons-text-2.8
2.7
commons-text-2.7
2.6
commons-text-2.6
2.5
commons-text-2.5
2.4
commons-text-2.4
2.3
commons-text-2.3
2.2
commons-text-2.2
2.1
commons-text-2.1
2.0
commons-text-2.0
1.0
commons-text-1.0

How to add a dependency to Maven

Add the following org.shredzone.commons : commons-text maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.shredzone.commons</groupId>
    <artifactId>commons-text</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.shredzone.commons : commons-text gradle dependency to your build.gradle file:

implementation 'org.shredzone.commons:commons-text:2.8'

Gradle Kotlin DSL: Add the following org.shredzone.commons : commons-text gradle kotlin dependency to your build.gradle.kts file:

implementation("org.shredzone.commons:commons-text:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.shredzone.commons : commons-text sbt scala dependency to your build.sbt file:

libraryDependencies += "org.shredzone.commons" % "commons-text" % "2.8"