Download rempl-maven-plugin-1.1.3.jar file - Jar r

Jar examples for r:rempl-maven-plugin

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-maven-plugin 1.1.3 in this page.

License

Open Source License

Build File

You can use the following script to add rempl-maven-plugin-1.1.3.jar to your project.

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

Download

Click the following link to download the jar file.

rempl-maven-plugin-1.1.3-javadoc.jar
rempl-maven-plugin-1.1.3-sources.jar
rempl-maven-plugin-1.1.3.jar
rempl-maven-plugin-1.1.3.pom



Related Tutorials