You can download high-scale-lib-1.0.6.jar in this page.
MIT License
high-scale-lib-1.0.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.boundary/high-scale-lib/pom.properties META-INF/maven/com.boundary/high-scale-lib/pom.xml com.boundary.BitPrint.class com.boundary.high_scale_lib.NonBlockingHashSetLong.class java.util.Hashtable.class java.util.concurrent.ConcurrentHashMap.class org.cliffc.high_scale_lib.AbstractEntry.class org.cliffc.high_scale_lib.ConcurrentAutoTable.class org.cliffc.high_scale_lib.Counter.class org.cliffc.high_scale_lib.IntIterator.class org.cliffc.high_scale_lib.LongIterator.class org.cliffc.high_scale_lib.NonBlockingHashMap.class org.cliffc.high_scale_lib.NonBlockingHashMapLong.class org.cliffc.high_scale_lib.NonBlockingHashSet.class org.cliffc.high_scale_lib.NonBlockingHashtable.class org.cliffc.high_scale_lib.NonBlockingIdentityHashMap.class org.cliffc.high_scale_lib.NonBlockingSetInt.class org.cliffc.high_scale_lib.UtilUnsafe.class
high-scale-lib-1.0.6.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.boundary</groupId> <artifactId>high-scale-lib</artifactId> <packaging>jar</packaging> <version>1.0.6</version> <name>high-scale-lib</name> <description>This is Boundary's fork of Cliff Click's high scale lib. We will be maintaining this fork with bug fixes, improvements and versioned builds pushed to maven central.</description> <url>https://github.com/boundary/high-scale-lib</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <!-- ===================================================================== --> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <!-- ===================================================================== --> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadoc</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <!-- ===================================================================== --> <scm> <connection>scm:git:git@github.com:boundary/high-scale-lib.git</connection> <developerConnection>scm:git:git@github.com:boundary/high-scale-lib.git</developerConnection> <url>git@github.com:boundary/high-scale-lib.git</url> </scm> <developers> <developer> <name>Cliff Moon</name> <email>cliff@boundary.com</email> </developer> <developer> <name>Philip Warren</name> <email>philip@boundary.com</email> </developer> </developers> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>
<dependency> <groupId>com.boundary</groupId> <artifactId>high-scale-lib</artifactId> <version>1.0.6</version> </dependency>
If you think the following high-scale-lib-1.0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download high-scale-lib-1.0.6.jar file