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