Maven Repository - POM file for Network jodd-proxetta 3.4.4 3.4.4

Summary

Jodd Proxetta.

Jodd Proxetta is the fastest proxy creator with unique approach for defying pointcuts and advices..

Declaration

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

If you think this Maven repository POM file listing for jodd-proxetta 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-proxetta-3.4.4 has 2 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
Logslf4j-api 1.7.2
The slf4j API
348
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-proxetta-3.4.4.jar

jodd
jodd.asm
jodd.asm4
jodd.asm4.signature
jodd.methref
jodd.paramo
jodd.proxetta
jodd.proxetta.asm
jodd.proxetta.impl
jodd.proxetta.pointcuts




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-proxetta</artifactId>
  <version>3.4.4</version>
  <name>Jodd Proxetta</name>
  <description>Jodd Proxetta is the fastest proxy creator with unique approach for defying pointcuts and advices.</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.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-core</artifactId>
      <version>3.4.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>