Files download
File Operation
slugify-2.1.8.jar download
slugify-2.1.8.pom download
slugify-2.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.slugify</groupId>
  <artifactId>slugify</artifactId>
  <version>2.1.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.slugify:slugify:2.1.8'
Gradle Kotlin
implementation("com.github.slugify:slugify:2.1.8")
Scala SBT
libraryDependencies += "com.github.slugify" % "slugify" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.slugify', module='slugify', version='2.1.8')
)
Apache Ivy
<dependency org="com.github.slugify" name="slugify" rev="2.1.8" />
Leiningen
[com.github.slugify/slugify "2.1.8"]
Apache Buildr
'com.github.slugify:slugify:jar:2.1.8'