Maven Repository - POM file for Java Library backport-util-concurrent 2.2 2.2

Summary

Backport of JSR 166.

Dawid Kurzyniec's backport of JSR 166.

Declaration

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

<dependency>
   <groupId>backport-util-concurrent</groupId>
   <artifactId>backport-util-concurrent</artifactId>
   <version>2.2</version>
</dependency>

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

License

Name:Public Domain
URL: http://creativecommons.org/licenses/publicdomain.

Depended by

The following table lists the most popular artifacts which are depending on backport-util-concurrent-2.2. 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
Byte Coderetrotranslator-runtime 1.0.8
Library classes for bytecode transformed by Retrotranslator
12




Packages

The following packages are defined in the backport-util-concurrent-2.2.jar

edu.emory.mathcs.backport.java.util
edu.emory.mathcs.backport.java.util.concurrent
edu.emory.mathcs.backport.java.util.concurrent.atomic
edu.emory.mathcs.backport.java.util.concurrent.helpers
edu.emory.mathcs.backport.java.util.concurrent.locks

POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>backport-util-concurrent</groupId>
    <artifactId>backport-util-concurrent</artifactId>
    <version>2.2</version>
    <packaging>jar</packaging>
    <name>Backport of JSR 166</name>
    <url>http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/</url>
    <description>Dawid Kurzyniec's backport of JSR 166</description>
    <licenses>
        <license>
            <name>Public Domain</name>
            <url>http://creativecommons.org/licenses/publicdomain</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://dcl.mathcs.emory.edu/cgi-bin/viewcvs.cgi/software/util/backport-util-concurrent/</url>
    </scm>
    <organization>
        <name>Dawid Kurzyniec</name>
        <url>http://www.mathcs.emory.edu/~dawidk/</url>
    </organization>
    <dependencies/>
</project>