is not current version
Last Version 1.9

me.fycz.maple:maple 1.0

A hook framework for Android Runtime (ART)

GroupId

GroupId

me.fycz.maple
ArtifactId

ArtifactId

maple
Version

Version

1.0
Type

Type

pom

Download maple 1.0

Filename Size
maple-1.0.pom
Browse

<!-- https://jarcasting.com/artifacts/me.fycz.maple/maple/ -->
<dependency>
    <groupId>me.fycz.maple</groupId>
    <artifactId>maple</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation 'me.fycz.maple:maple:1.0'
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation ("me.fycz.maple:maple:1.0")
'me.fycz.maple:maple:pom:1.0'
<dependency org="me.fycz.maple" name="maple" rev="1.0">
  <artifact name="maple" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.fycz.maple', module='maple', version='1.0')
)
libraryDependencies += "me.fycz.maple" % "maple" % "1.0"
[me.fycz.maple/maple "1.0"]