Download simplestub-0.1.jar file - Jar s

Jar examples for s:simplestub

Description

A tool to generate stub classes from abstract classes

You can download jar file simplestub 0.1 in this page.

License

CDDL+GPL

Build File

You can use the following script to add simplestub-0.1.jar to your project.

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

Download

Click the following link to download the jar file.

simplestub-0.1.jar
simplestub-0.1-javadoc.jar
simplestub-0.1.pom
simplestub-0.1-sources.jar



Related Tutorials