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