Download camel-name-utils-1.0.0-RELEASE.jar file - Jar c

Jar examples for c:camel-name-utils

Description

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

You can download jar file camel-name-utils 1.0.0-RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add camel-name-utils-1.0.0-RELEASE.jar to your project.

<dependency>
   <groupId>org.crazycake</groupId>
   <artifactId>camel-name-utils</artifactId>
   <version>1.0.0-RELEASE</version>
</dependency>
compile group: 'org.crazycake', name: 'camel-name-utils', version: '1.0.0-RELEASE'
libraryDependencies += "org.crazycake" % "camel-name-utils" % "1.0.0-RELEASE"
<dependency org="org.crazycake" name="camel-name-utils" rev="1.0.0-RELEASE"/>
@Grapes(@Grab(group='org.crazycake', module='camel-name-utils', version='1.0.0-RELEASE'))
'org.crazycake:camel-name-utils:jar:1.0.0-RELEASE'

Download

Click the following link to download the jar file.

camel-name-utils-1.0.0-RELEASE-javadoc.jar
camel-name-utils-1.0.0-RELEASE-sources.jar
camel-name-utils-1.0.0-RELEASE.jar
camel-name-utils-1.0.0-RELEASE.pom



Related Tutorials