Jar examples for r:rempl
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.
BSD
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'
Click the following link to download the jar file.
rempl-1.3-javadoc.jar