Categories |
CategoriesJakarta Standard Tag Library Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdcom.github.slugify |
ArtifactId | ArtifactIdslugify-integration-jstl |
Version | Version2.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.slugify/slugify-integration-jstl/ -->
<dependency>
<groupId>com.github.slugify</groupId>
<artifactId>slugify-integration-jstl</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slugify/slugify-integration-jstl/
implementation 'com.github.slugify:slugify-integration-jstl:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.slugify/slugify-integration-jstl/
implementation ("com.github.slugify:slugify-integration-jstl:2.0.1-RELEASE")
'com.github.slugify:slugify-integration-jstl:jar:2.0.1-RELEASE'
<dependency org="com.github.slugify" name="slugify-integration-jstl" rev="2.0.1-RELEASE">
<artifact name="slugify-integration-jstl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slugify', module='slugify-integration-jstl', version='2.0.1-RELEASE')
)
libraryDependencies += "com.github.slugify" % "slugify-integration-jstl" % "2.0.1-RELEASE"
[com.github.slugify/slugify-integration-jstl "2.0.1-RELEASE"]