is not current version
Last Version 3.0.1

com.github.slugify:slugify 1.0-RELEASE

SEO-friendly URLs with Slugify

GroupId

GroupId

com.github.slugify
ArtifactId

ArtifactId

slugify
Version

Version

1.0-RELEASE
Type

Type

jar

Download slugify 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.slugify/slugify/ -->
<dependency>
    <groupId>com.github.slugify</groupId>
    <artifactId>slugify</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slugify/slugify/
implementation 'com.github.slugify:slugify:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.slugify/slugify/
implementation ("com.github.slugify:slugify:1.0-RELEASE")
'com.github.slugify:slugify:jar:1.0-RELEASE'
<dependency org="com.github.slugify" name="slugify" rev="1.0-RELEASE">
  <artifact name="slugify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slugify', module='slugify', version='1.0-RELEASE')
)
libraryDependencies += "com.github.slugify" % "slugify" % "1.0-RELEASE"
[com.github.slugify/slugify "1.0-RELEASE"]