slugify-integration-jstl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.slugify</groupId>
<artifactId>slugify-integration-jstl</artifactId>
<version>2.5</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.slugify</groupId> <artifactId>slugify-parent</artifactId> <version>2.5</version> </parent> <artifactId>slugify-integration-jstl</artifactId> <name>Slugify - JSTL Integration</name> <dependencies> <dependency> <groupId>com.github.slugify</groupId> <artifactId>slugify</artifactId> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>