Maven Repository - POM file for Byte Code retrotranslator-runtime 1.0.8 1.0.8

Summary

Retrotranslator Runtime.

Library classes for bytecode transformed by Retrotranslator.

Declaration

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

<dependency>
   <groupId>net.sf.retrotranslator</groupId>
   <artifactId>retrotranslator-runtime</artifactId>
   <version>1.0.8</version>
</dependency>

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

License

Name:BSD-style license
URL: http://retrotranslator.sourceforge.net/LICENSE.txtName:BSD-style license
URL: http://asm.objectweb.org/license.html.

Depends on

The retrotranslator-runtime-1.0.8 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
Java Librarybackport-util-concurrent 2.2
Dawid Kurzyniec's backport of JSR 166
11
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Depended by

The following table lists the most popular artifacts which are depending on retrotranslator-runtime-1.0.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Byte Coderetrotranslator-transformer 1.0.8
Java 5.0 to Java 1.4 bytecode transformer
12

Packages

The following packages are defined in the retrotranslator-runtime-1.0.8.jar

net.sf.retrotranslator.runtime.asm
net.sf.retrotranslator.runtime.asm.signature
net.sf.retrotranslator.runtime.impl
net.sf.retrotranslator.runtime.java.io
net.sf.retrotranslator.runtime.java.lang
net.sf.retrotranslator.runtime.java.lang.annotation
net.sf.retrotranslator.runtime.java.lang.reflect
net.sf.retrotranslator.runtime.java.math
net.sf.retrotranslator.runtime.java.nio
net.sf.retrotranslator.runtime.java.rmi.server
net.sf.retrotranslator.runtime.java.util
net.sf.retrotranslator.runtime.java.util.regex




POM File Source

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>net.sf.retrotranslator</groupId>
    <artifactId>retrotranslator-runtime</artifactId>
    <packaging>jar</packaging>
    <version>1.0.8</version>
    <name>Retrotranslator Runtime</name>
    <url>http://retrotranslator.sourceforge.net/</url>
    <description>Library classes for bytecode transformed by Retrotranslator</description>
    <licenses>
        <license>
            <name>BSD-style license</name>
            <url>http://retrotranslator.sourceforge.net/LICENSE.txt</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>BSD-style license</name>
            <url>http://asm.objectweb.org/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <organization>
        <name>Taras Puchko</name>
        <url>http://sourceforge.net/users/tarasp/</url>
    </organization>
    <scm>
        <url>http://cvs.sourceforge.net/viewcvs.py/retrotranslator/</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>backport-util-concurrent</groupId>
            <artifactId>backport-util-concurrent</artifactId>
            <version>2.2</version>
            <scope>compile</scope>
            <optional/>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>