Download random-data-0.0.2.jar file - Jar r

Jar examples for r:random-data

Description

A simple library that populates random Java objects and primitives.

You can download jar file random-data 0.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add random-data-0.0.2.jar to your project.

<dependency>
   <groupId>com.tyro.oss</groupId>
   <artifactId>random-data</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.tyro.oss', name: 'random-data', version: '0.0.2'
libraryDependencies += "com.tyro.oss" % "random-data" % "0.0.2"
<dependency org="com.tyro.oss" name="random-data" rev="0.0.2"/>
@Grapes(@Grab(group='com.tyro.oss', module='random-data', version='0.0.2'))
'com.tyro.oss:random-data:jar:0.0.2'

Download

Click the following link to download the jar file.

random-data-0.0.2-javadoc.jar
random-data-0.0.2-sources.jar
random-data-0.0.2.jar
random-data-0.0.2.pom



Related Tutorials