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