ugify.slugify.3.0.5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slugify Show documentation
Show all versions of slugify Show documentation
SEO-friendly URLs with Slugify
module slugify {
exports com.github.slugify;
requires static com.ibm.icu;
requires static lombok;
}