License |
License |
---|---|
GroupId | GroupIdorg.crazycake |
ArtifactId | ArtifactIdcamel-name-utils |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncamel-name-utils
It's a simple library. Helps people to get underscore style name from camel style name or get camel style name from underscore style name
|
<!-- https://jarcasting.com/artifacts/org.crazycake/camel-name-utils/ -->
<dependency>
<groupId>org.crazycake</groupId>
<artifactId>camel-name-utils</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/camel-name-utils/
implementation 'org.crazycake:camel-name-utils:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.crazycake/camel-name-utils/
implementation ("org.crazycake:camel-name-utils:1.0.0-RELEASE")
'org.crazycake:camel-name-utils:jar:1.0.0-RELEASE'
<dependency org="org.crazycake" name="camel-name-utils" rev="1.0.0-RELEASE">
<artifact name="camel-name-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='camel-name-utils', version='1.0.0-RELEASE')
)
libraryDependencies += "org.crazycake" % "camel-name-utils" % "1.0.0-RELEASE"
[org.crazycake/camel-name-utils "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |