Download randomz-0.3.0.jar file

Introduction

You can download randomz-0.3.0.jar in this page.

License

Open Source

Type List

randomz-0.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.mikera/randomz/pom.properties
META-INF/maven/net.mikera/randomz/pom.xml
mikera.randomz.Hash.class
mikera.randomz.Probabilities.class
mikera.randomz.ProbabilityPicker.class
mikera.randomz.Randomz.class
mikera.util.Rand.class
mikera.util.Random.class

Pom

randomz-0.3.0.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>randomz</artifactId>
	<version>0.3.0</version>
	<name>randomz</name>
	<parent>
		<groupId>net.mikera</groupId>
		<artifactId>mikera-pom</artifactId>
		<version>0.0.5</version>
	</parent>

	<scm>
		<connection>scm:git:git@github.com:mikera/${project.artifactId}.git</connection>
		<url>scm:git:git@github.com:mikera/${project.artifactId}.git</url>
		<developerConnection>scm:git:git@github.com:mikera/${project.artifactId}.git</developerConnection>
		<tag>randomz-0.3.0</tag>
	</scm>
	
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>com.google.caliper</groupId>
			<artifactId>caliper</artifactId>
			<version>0.5-rc1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>net.mikera</groupId>
   <artifactId>randomz</artifactId>
   <version>0.3.0</version>
</dependency>

Download

If you think the following randomz-0.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download randomz-0.3.0.jar file




PreviousNext

Related