Download morpheus-plugin-1.0.7.jar file - Jar m

Jar examples for m:morpheus-plugin

Description

A gradle plugin to transform classes via Javassist for Android

You can download jar file morpheus-plugin 1.0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add morpheus-plugin-1.0.7.jar to your project.

<dependency>
   <groupId>com.github.stephanenicolas.morpheus</groupId>
   <artifactId>morpheus-plugin</artifactId>
   <version>1.0.7</version>
</dependency>
compile group: 'com.github.stephanenicolas.morpheus', name: 'morpheus-plugin', version: '1.0.7'
libraryDependencies += "com.github.stephanenicolas.morpheus" % "morpheus-plugin" % "1.0.7"
<dependency org="com.github.stephanenicolas.morpheus" name="morpheus-plugin" rev="1.0.7"/>
@Grapes(@Grab(group='com.github.stephanenicolas.morpheus', module='morpheus-plugin', version='1.0.7'))
'com.github.stephanenicolas.morpheus:morpheus-plugin:jar:1.0.7'

Download

Click the following link to download the jar file.

morpheus-plugin-1.0.7-javadoc.jar
morpheus-plugin-1.0.7-sources.jar
morpheus-plugin-1.0.7.jar
morpheus-plugin-1.0.7.pom



Related Tutorials