Download slugify-2.2.jar file - Jar s

Jar examples for s:slugify

Description

SEO-friendly URLs with Slugify

You can download jar file slugify 2.2 in this page.

License

GNU General Public License (GPL)

Build File

You can use the following script to add slugify-2.2.jar to your project.

<dependency>
   <groupId>com.github.slugify</groupId>
   <artifactId>slugify</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'com.github.slugify', name: 'slugify', version: '2.2'
libraryDependencies += "com.github.slugify" % "slugify" % "2.2"
<dependency org="com.github.slugify" name="slugify" rev="2.2"/>
@Grapes(@Grab(group='com.github.slugify', module='slugify', version='2.2'))
'com.github.slugify:slugify:jar:2.2'

Download

Click the following link to download the jar file.

slugify-2.2-javadoc.jar
slugify-2.2-sources.jar
slugify-2.2.jar
slugify-2.2.pom



Related Tutorials