Maven Repository - POM file for Library jodd-bean 3.4.4 3.4.4

Summary

Jodd BeanUtil.

Jodd BeanUtil is fast and powerful bean manipulation library..

Declaration

Here is the list of declaration for jodd-bean. 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-bean</artifactId>
   <version>3.4.4</version>
</dependency>

If you think this Maven repository POM file listing for jodd-bean 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-bean-3.4.4 has 1 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
Cachejodd-core 3.4.4
Jodd Core tools and utilities, including type converters, JDateTime, cache etc.
5




Depended by

The following table lists the most popular artifacts which are depending on jodd-bean-3.4.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Servletjodd-servlet 3.4.4
Jodd Servlet is set of web tools, including the nice tag library, wrappers and some filters.
12

Packages

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

jodd
jodd.bean
jodd.bean.loader
jodd.introspector

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-bean</artifactId>
  <version>3.4.4</version>
  <name>Jodd BeanUtil</name>
  <description>Jodd BeanUtil is fast and powerful bean manipulation library.</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>org.jodd</groupId>
      <artifactId>jodd-core</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>