Download morpheus-plugin-1.0.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials