taglibs.andromda-collections-taglib.3.4.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-collections-taglib Show documentation
Show all versions of andromda-collections-taglib Show documentation
This tag-library is used to more easily handle Collections in JSPs
The newest version!
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.andromda.taglibs</groupId> <artifactId>andromda-taglibs</artifactId> <version>3.4</version> </parent> <artifactId>andromda-collections-taglib</artifactId> <packaging>jar</packaging> <name>AndroMDA Collections Taglib</name> <description>This tag-library is used to more easily handle Collections in JSPs</description> <dependencies> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>