Backport of JSR 166.
Dawid Kurzyniec's backport of JSR 166.
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.
Name:Public Domain
URL: http://creativecommons.org/licenses/publicdomain.
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.
Category | Artifact | Depended By Count |
---|---|---|
Byte Code | retrotranslator-transformer 1.0.8 Java 5.0 to Java 1.4 bytecode transformer | 12 |
Byte Code | retrotranslator-runtime 1.0.8 Library classes for bytecode transformed by Retrotranslator | 12 |
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
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>