Download dandelion-jsp-1.1.1.jar file

Introduction

You can download dandelion-jsp-1.1.1.jar in this page.

License

Open Source

Type List

dandelion-jsp-1.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/dandelion.tld
META-INF/maven/com.github.dandelion/dandelion-jsp/pom.properties
META-INF/maven/com.github.dandelion/dandelion-jsp/pom.xml
com.github.dandelion.jsp.tag.AssetTag.class
com.github.dandelion.jsp.tag.BundleTag.class
com.github.dandelion.jsp.tag.PlaceholderTag.class

Pom

dandelion-jsp-1.1.1.pom file content.

<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>
      <artifactId>dandelion</artifactId>
      <groupId>com.github.dandelion</groupId>
      <version>1.1.1</version>
   </parent>

   <artifactId>dandelion-jsp</artifactId>
   <packaging>jar</packaging>
   <name>Dandelion :: JSP</name>
   <description>JSP implementation of Dandelion that provides a JSP taglib.</description>

   <dependencies>
      <!-- Internal dependancies -->
      <dependency>
         <groupId>com.github.dandelion</groupId>
         <artifactId>dandelion-core</artifactId>
         <version>${project.version}</version>
      </dependency>

      <!-- Servlet API -->
      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>javax.servlet-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <!-- JSP API -->
      <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <!-- Test dependencies -->

      <!-- JUnit -->
      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit-dep</artifactId>
         <scope>test</scope>
      </dependency>

      <!-- Spring Test -->
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
         <scope>test</scope>
      </dependency>

   </dependencies>

   <build>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
         </plugin>
      </plugins>
   </build>
</project>

POM Entry

<dependency>
   <groupId>com.github.dandelion</groupId>
   <artifactId>dandelion-jsp</artifactId>
   <version>1.1.1</version>
</dependency>

Download

If you think the following dandelion-jsp-1.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dandelion-jsp-1.1.1.jar file




PreviousNext

Related