| License |
License |
|---|---|
| GroupId | GroupIdtop.canyie.pine |
| ArtifactId | ArtifactIdxposed |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionpine
pine hook xposed compat
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xposed-0.0.9.pom | |
| xposed-0.0.9-sources.jar | 165 KB |
| xposed-0.0.9-javadoc.jar | 620 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.canyie.pine/xposed/ -->
<dependency>
<groupId>top.canyie.pine</groupId>
<artifactId>xposed</artifactId>
<version>0.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/top.canyie.pine/xposed/
implementation 'top.canyie.pine:xposed:0.0.9'
// https://jarcasting.com/artifacts/top.canyie.pine/xposed/
implementation ("top.canyie.pine:xposed:0.0.9")
'top.canyie.pine:xposed:aar:0.0.9'
<dependency org="top.canyie.pine" name="xposed" rev="0.0.9">
<artifact name="xposed" type="aar" />
</dependency>
@Grapes(
@Grab(group='top.canyie.pine', module='xposed', version='0.0.9')
)
libraryDependencies += "top.canyie.pine" % "xposed" % "0.0.9"
[top.canyie.pine/xposed "0.0.9"]