Kotlin Case Format
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
- Please read CONTRIBUTING.md if you want to contribute, which would be very welcome.
- We use Semantic Versioning and Keep a Changelog, available versions and changes are listed on our releases page.
- This project is licensed under the Unlicense, see UNLICENSE.md for details.
- All releases are signed with
EBE5 EBC0 F49E 38A6 9FC7 EA26 7366 AE4A 6774 8172
(keybase.io/fleshgrinder).