Download rebase-1.0.0.jar file - Jar r

Jar examples for r:rebase

Description

Base functional for RE framework.

You can download jar file rebase 1.0.0 in this page.

License

Apache 2.0

Build File

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

<dependency>
   <groupId>com.github.e-rikov</groupId>
   <artifactId>rebase</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.e-rikov', name: 'rebase', version: '1.0.0'
libraryDependencies += "com.github.e-rikov" % "rebase" % "1.0.0"
<dependency org="com.github.e-rikov" name="rebase" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.e-rikov', module='rebase', version='1.0.0'))
'com.github.e-rikov:rebase:jar:1.0.0'

Download

Click the following link to download the jar file.

rebase-1.0.0-javadoc.jar
rebase-1.0.0-sources.jar
rebase-1.0.0.pom



Related Tutorials