is not current version
Last Version 1.0.8

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

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.0
Type

Type

jar

Download morpheus-plugin 1.0.0


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