Stapler.
Stapler HTTP request handling engine.
Here is the list of declaration for stapler. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.kohsuke.stapler</groupId> <artifactId>stapler</artifactId> <version>1.96</version> </dependency>
If you think this Maven repository POM file listing for stapler is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The stapler-1.96 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
File | commons-io 1.3.1 Commons-IO contains utility classes, stream implementations, file filters, and endian classes. | 149 |
XML | json-lib 2.1 Java library for transforming beans, maps, collections, java arrays and XML to JSON. | 36 |
Servlet | commons-fileupload 1.2.1 The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications. | 106 |
XML | commons-jelly 1.0 Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. | 53 |
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
Groovy | groovy 1.1-rc-2 Groovy: A powerful, dynamic language for the JVM | 30 |
The following plugins are used in the stapler-1.96.jar
The following packages are defined in the stapler-1.96.jar
org.kohsuke.stapler org.kohsuke.stapler.export org.kohsuke.stapler.framework org.kohsuke.stapler.framework.adjunct org.kohsuke.stapler.framework.errors org.kohsuke.stapler.framework.io org.kohsuke.stapler.jelly org.kohsuke.stapler.jelly.groovy org.kohsuke.stapler.jsp org.kohsuke.stapler.tags
Here is the content of the POM file.
<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> <groupId>org.kohsuke.stapler</groupId> <artifactId>stapler</artifactId> <packaging>jar</packaging> <version>1.96</version> <name>Stapler</name> <description>Stapler HTTP request handling engine</description> <organization> <url>http://www.java.net/</url> </organization> <mailingLists> <mailingList> <name>Users List</name> <subscribe>users-subscribe@${maven.javanet.project}.dev.java.net</subscribe> <unsubscribe>users-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe> <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=users</archive> </mailingList> <mailingList> <name>Issues List</name> <subscribe>issues-subscribe@${maven.javanet.project}.dev.java.net</subscribe> <unsubscribe>issues-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe> <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=issues</archive> </mailingList> <mailingList> <name>CVS List</name> <subscribe>cvs-subscribe@${maven.javanet.project}.dev.java.net</subscribe> <unsubscribe>cvs-unsubscribe@${maven.javanet.project}.dev.java.net</unsubscribe> <archive>https://${maven.javanet.project}.dev.java.net/servlets/SummarizeList?listName=cvs</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:stapler/stapler</connection> <developerConnection>scm:cvs:pserver:kohsuke@cvs.dev.java.net:/cvs:stapler/stapler</developerConnection> <url>https://stapler.dev.java.net/source/browse/stapler/stapler</url> <tag>stapler-1_96</tag> </scm> <distributionManagement> <repository> <id>java.net</id> <uniqueVersion>false</uniqueVersion> <url>java-net:/maven2-repository/trunk/www/repository/</url> </repository> <site> <url>file:../www</url> </site> </distributionManagement> <repositories> <repository> <id>java.net2</id> <url>http://download.java.net/maven/2/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>java.net2</id> <url>http://download.java.net/maven/2/</url> </pluginRepository> </pluginRepositories> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> <version>2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-discovery</groupId> <artifactId>commons-discovery</artifactId> <version>20040218.194635</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>org.jvnet.localizer</groupId> <artifactId>localizer</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.kohsuke.stapler</groupId> <artifactId>json-lib</artifactId> <version>2.1</version> <classifier>jdk15</classifier> </dependency> <dependency> <groupId>org.jvnet</groupId> <artifactId>tiger-types</artifactId> <version>1.1</version> </dependency> <dependency><!-- only needed for annotations, hence optional --> <groupId>org.jvnet.maven-jellydoc-plugin</groupId> <artifactId>jellydoc-annotations</artifactId> <version>1.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <!-- perhaps mark this dependency optional? --> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.1</version> </dependency> <!-- optional REST support --> <dependency> <groupId>com.sun.xml.txw2</groupId> <artifactId>txw2</artifactId> <version>20070624</version> <optional>true</optional> </dependency> <!-- optional Jelly support --> <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <!-- optional Groovy support --> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>1.1-rc-2</version> <optional>true</optional> </dependency> </dependencies> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> <resources> <resource> <directory>src</directory> <includes> <include>META-INF/taglib.tld</include> </includes> </resource> <resource> <directory>resources</directory> </resource> </resources> <testResources> <testResource> <directory>test</directory> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.jvnet.fix1600</groupId> <artifactId>fix1600</artifactId> <executions> <execution> <goals> <goal>fix</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-P release</arguments> </configuration> </plugin> <plugin> <groupId>org.jvnet.maven-jellydoc-plugin</groupId> <artifactId>maven-jellydoc-plugin</artifactId> <version>1.2</version> </plugin> </plugins> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.7</version> </extension> </extensions> <!--unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTest> <includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/Abstract*TestCase.java</exclude> </excludes> <resources> <resource> <directory>src/test</directory> </resource> </resources> </unitTest--> </build> <reporting> <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>license</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptorRefs> <descriptorRef>src</descriptorRef> <descriptorRef>bin</descriptorRef> </descriptorRefs> </configuration> <executions> <execution> <!-- run after 'package' but before 'install' --> <phase>verify</phase> <goals> <goal>attached</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jvnet.maven-jellydoc-plugin</groupId> <artifactId>maven-jellydoc-plugin</artifactId> <executions> <execution> <goals> <goal>jellydoc</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.jvnet.maven-jellydoc-plugin</groupId> <artifactId>maven-jellydoc-plugin</artifactId> <version>1.2</version> </plugin> </plugins> </reporting> </profile> </profiles> </project>