License |
License |
---|---|
GroupId | GroupIdme.fycz.maple |
ArtifactId | ArtifactIdmaple |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMaple
A hook framework for Android Runtime (ART)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maple-1.9.pom | |
maple-1.9-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.fycz.maple/maple/ -->
<dependency>
<groupId>me.fycz.maple</groupId>
<artifactId>maple</artifactId>
<version>1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation 'me.fycz.maple:maple:1.9'
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation ("me.fycz.maple:maple:1.9")
'me.fycz.maple:maple:aar:1.9'
<dependency org="me.fycz.maple" name="maple" rev="1.9">
<artifact name="maple" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.fycz.maple', module='maple', version='1.9')
)
libraryDependencies += "me.fycz.maple" % "maple" % "1.9"
[me.fycz.maple/maple "1.9"]