kasechange
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.pearx.kasechange</groupId> <artifactId>kasechange</artifactId> <version>1.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.pearx.kasechange</groupId> <artifactId>kasechange</artifactId> <version>1.4.1</version> <name>kasechange</name> <description>Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case</description> <url>https://github.com/pearxteam/kasechange</url> <organization> <name>PearX Team</name> <url>https://pearx.net/</url> </organization> <licenses> <license> <name>Mozilla Public License, Version 2.0</name> <url>https://mozilla.org/MPL/2.0/</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>mrAppleXZ</id> <name>mrAppleXZ</name> <email>me@pearx.net</email> <url>https://pearx.net/members/mrapplexz</url> <organization>PearX Team</organization> <organizationUrl>https://pearx.net/</organizationUrl> <roles> <role>developer</role> </roles> <timezone>Asia/Yekaterinburg</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/pearxteam/kasechange</connection> <developerConnection>scm:git:git://github.com/pearxteam/kasechange</developerConnection> <url>https://github.com/pearxteam/kasechange</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/pearxteam/kasechange/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.8.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>