Download test-beangen-2.5-RELEASE.jar file - Jar t

Jar examples for t:test-beangen

Description

Supports unit testing by dynamically creating bean objects and populating their fields to default values.

You can download jar file test-beangen 2.5-RELEASE in this page.

License

GNU GENERAL PUBLIC LICENSE, Version 3

Build File

You can use the following script to add test-beangen-2.5-RELEASE.jar to your project.

<dependency>
   <groupId>com.gregmarut.support</groupId>
   <artifactId>test-beangen</artifactId>
   <version>2.5-RELEASE</version>
</dependency>
compile group: 'com.gregmarut.support', name: 'test-beangen', version: '2.5-RELEASE'
libraryDependencies += "com.gregmarut.support" % "test-beangen" % "2.5-RELEASE"
<dependency org="com.gregmarut.support" name="test-beangen" rev="2.5-RELEASE"/>
@Grapes(@Grab(group='com.gregmarut.support', module='test-beangen', version='2.5-RELEASE'))
'com.gregmarut.support:test-beangen:jar:2.5-RELEASE'

Download

Click the following link to download the jar file.

test-beangen-2.5-RELEASE-javadoc.jar
test-beangen-2.5-RELEASE-sources.jar
test-beangen-2.5-RELEASE.jar
test-beangen-2.5-RELEASE.pom



Related Tutorials