Download prngine-1.0.1.jar file - Jar p

Jar examples for p:prngine

Description

PRNGine - Java PRNG Library

You can download jar file prngine 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add prngine-1.0.1.jar to your project.

<dependency>
   <groupId>io.jenetics</groupId>
   <artifactId>prngine</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'io.jenetics', name: 'prngine', version: '1.0.1'
libraryDependencies += "io.jenetics" % "prngine" % "1.0.1"
<dependency org="io.jenetics" name="prngine" rev="1.0.1"/>
@Grapes(@Grab(group='io.jenetics', module='prngine', version='1.0.1'))
'io.jenetics:prngine:jar:1.0.1'

Download

Click the following link to download the jar file.

prngine-1.0.1-javadoc.jar
prngine-1.0.1-sources.jar
prngine-1.0.1.jar
prngine-1.0.1.pom



Related Tutorials