MVN

dev.turingcomplete : text-case-converter

Maven & Gradle

May 26, 2023
1 stars

Text Case Converter · This Java/Kotlin library provides an intuitive API for converting strings between different text cases. It has a wide range of built-in support for the most common text cases. In addition, the library is designed to be easily extended with new custom text cases, making it highly flexible and adaptable.

<dependency>
    <groupId>dev.turingcomplete</groupId>
    <artifactId>text-case-converter</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.turingcomplete : text-case-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of dev.turingcomplete : text-case-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
text-case-converter-1.0.2
text-case-converter-1.0.1
text-case-converter-1.0.0

How to add a dependency to Maven

Add the following dev.turingcomplete : text-case-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.turingcomplete</groupId>
    <artifactId>text-case-converter</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.turingcomplete : text-case-converter gradle dependency to your build.gradle file:

implementation 'dev.turingcomplete:text-case-converter:1.0.2'

Gradle Kotlin DSL: Add the following dev.turingcomplete : text-case-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.turingcomplete:text-case-converter:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.turingcomplete : text-case-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.turingcomplete" % "text-case-converter" % "1.0.2"