Download jpopulator-1.0.0.jar file - Jar j

Jar examples for j:jpopulator

Description

jPopulator is a java library that allows you to populate java beans with random data

You can download jar file jpopulator 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add jpopulator-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

jpopulator-1.0.0-javadoc.jar
jpopulator-1.0.0-sources.jar
jpopulator-1.0.0.jar
jpopulator-1.0.0.pom



Related Tutorials