Kotlin Case Format

String extension functions to convert between various case formats (camelCase, dash-case, …)

License

License

Categories

Categories

Kotlin Languages ORM Data
GroupId

GroupId

com.fleshgrinder.kotlin
ArtifactId

ArtifactId

case-format
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

Kotlin Case Format
String extension functions to convert between various case formats (camelCase, dash-case, …)
Project URL

Project URL

https://github.com/Fleshgrinder/kotlin-case-format
Source Code Management

Source Code Management

https://github.com/Fleshgrinder/kotlin-case-format

Download case-format

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar [1.3,)

Project Modules

There are no modules declared in this project.

Kotlin Case Format

CircleCI Maven Central

Kotlin Case Format provides string extension functions to convert between various case formats (camelCase, _ dash-case_, snake_case, …).

Install

Gradle

dependencies {
    implementation("com.fleshgrinder.kotlin:case-format:0.2.0")
}

repositories {
    mavenCentral()
}

Maven

<dependency>
  <groupId>com.fleshgrinder.kotlin</groupId>
  <artifactId>case-format</artifactId>
  <version>0.2.0</version>
</dependency>

Project Info

Versions

Version
0.2.0