is not current version
Last Version 1.0.8

com.github.stephanenicolas.morpheus:morpheus-plugin 1.0.5

A gradle plugin to transform classes via Javassist for Android

Categories

Categories

Morpheus Business Logic Libraries Science
GroupId

GroupId

com.github.stephanenicolas.morpheus
ArtifactId

ArtifactId

morpheus-plugin
Version

Version

1.0.5
Type

Type

jar

Download morpheus-plugin 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.morpheus/morpheus-plugin/ -->
<dependency>
    <groupId>com.github.stephanenicolas.morpheus</groupId>
    <artifactId>morpheus-plugin</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.morpheus/morpheus-plugin/
implementation 'com.github.stephanenicolas.morpheus:morpheus-plugin:1.0.5'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.morpheus/morpheus-plugin/
implementation ("com.github.stephanenicolas.morpheus:morpheus-plugin:1.0.5")
'com.github.stephanenicolas.morpheus:morpheus-plugin:jar:1.0.5'
<dependency org="com.github.stephanenicolas.morpheus" name="morpheus-plugin" rev="1.0.5">
  <artifact name="morpheus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.morpheus', module='morpheus-plugin', version='1.0.5')
)
libraryDependencies += "com.github.stephanenicolas.morpheus" % "morpheus-plugin" % "1.0.5"
[com.github.stephanenicolas.morpheus/morpheus-plugin "1.0.5"]