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