Download rempl-1.3.jar file - Jar r

Jar examples for r:rempl

Description

Reverse Engineering Meta Programming Library (REMPL) that enables manipulations with source code meta constructs, like classes, methods, files, packages, etc. in runtime.

You can download jar file rempl 1.3 in this page.

License

BSD

Build File

You can use the following script to add rempl-1.3.jar to your project.

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

Download

Click the following link to download the jar file.

rempl-1.3-javadoc.jar
rempl-1.3-sources.jar
rempl-1.3.jar
rempl-1.3.pom



Related Tutorials