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

Jar examples for m:morpheus-commons

Description

A gradle plugin to transform classes via Javassist for Android

You can download jar file morpheus-commons 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-commons-1.0.7.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials