COS.
The O'Reilly Servlet Package (com.oreilly.servlet) by Jason Hunter to accompany his book, Java Servlet Programming, including the famous MultipartRequest and MultipartParser classes..
Here is the list of declaration for cos. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>servlets.com</groupId> <artifactId>cos</artifactId> <version>05Nov2002</version> </dependency>
If you think this Maven repository POM file listing for cos is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Jason Hunter License
URL: http://www.servlets.com/cos/license.html.
The following table lists the most popular artifacts which are depending on cos-05Nov2002. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | stripes 1.5 Stripes web framework jar, including tag library. | 8 |
Development | stripes 1.5.1 Stripes web framework jar, including tag library. | 5 |
Development | stripes 1.4.3 Stripes web framework jar, including tag library. | 5 |
The following packages are defined in the cos-05Nov2002.jar
com.oreilly.servlet com.oreilly.servlet.multipart
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>servlets.com</groupId> <artifactId>cos</artifactId> <name>COS</name> <version>05Nov2002</version> <description>The O'Reilly Servlet Package (com.oreilly.servlet) by Jason Hunter to accompany his book, Java Servlet Programming, including the famous MultipartRequest and MultipartParser classes.</description> <url>http://www.servlets.com/</url> <licenses> <license> <name>Jason Hunter License</name> <url>http://www.servlets.com/cos/license.html</url> <comments>Commercial use restricted; see license for details.</comments> </license> </licenses> <organization> <name>servlets.com</name> <url>http://www.servlets.com/</url> </organization> </project>