Maven Repository - POM file for Servlet jodd-servlet 3.4.4 3.4.4

Summary

Jodd Servlet.

Jodd Servlet is set of web tools, including the nice tag library, wrappers and some filters..

Declaration

Here is the list of declaration for jodd-servlet. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jodd</groupId>
   <artifactId>jodd-servlet</artifactId>
   <version>3.4.4</version>
</dependency>

If you think this Maven repository POM file listing for jodd-servlet is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The New BSD License
URL: http://jodd.org/license.html.





Depends on

The jodd-servlet-3.4.4 has 5 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Libraryjodd-bean 3.4.4
Jodd BeanUtil is fast and powerful bean manipulation library.
16
Cachejodd-core 3.4.4
Jodd Core tools and utilities, including type converters, JDateTime, cache etc.
5

Packages

The following packages are defined in the jodd-servlet-3.4.4.jar

jodd
jodd.bean.loader
jodd.servlet
jodd.servlet.filter
jodd.servlet.jspfn
jodd.servlet.tag
jodd.servlet.upload
jodd.servlet.wrapper




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-servlet</artifactId>
  <version>3.4.4</version>
  <name>Jodd Servlet</name>
  <description>Jodd Servlet is set of web tools, including the nice tag library, wrappers and some filters.</description>
  <url>http://jodd.org</url>
  <organization>
    <name>Jodd</name>
    <url>http://jodd.org</url>
  </organization>
  <licenses>
    <license>
      <name>The New BSD License</name>
      <url>http://jodd.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/oblac/jodd/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/oblac/jodd.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/oblac/jodd.git</developerConnection>
    <url>https://github.com/oblac/jodd</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-bean</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-core</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-upload</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>