s

slugify-integration-jstl

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