All Downloads are FREE. Search and download functionalities are using the official Maven repository.

taglibs.andromda-collections-taglib.3.4.source-code.pom.xml Maven / Gradle / Ivy

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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy