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