is not current version
Last Version 0.0.7

io.github.waxmoon:xposed 0.0.1

An extension library of ApoloPlugin module

GroupId

GroupId

io.github.waxmoon
ArtifactId

ArtifactId

xposed
Version

Version

0.0.1
Type

Type

aar

Download xposed 0.0.1

Filename Size
xposed-0.0.1.pom
Browse

<!-- https://jarcasting.com/artifacts/io.github.waxmoon/xposed/ -->
<dependency>
    <groupId>io.github.waxmoon</groupId>
    <artifactId>xposed</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.waxmoon/xposed/
implementation 'io.github.waxmoon:xposed:0.0.1'
// https://jarcasting.com/artifacts/io.github.waxmoon/xposed/
implementation ("io.github.waxmoon:xposed:0.0.1")
'io.github.waxmoon:xposed:aar:0.0.1'
<dependency org="io.github.waxmoon" name="xposed" rev="0.0.1">
  <artifact name="xposed" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.waxmoon', module='xposed', version='0.0.1')
)
libraryDependencies += "io.github.waxmoon" % "xposed" % "0.0.1"
[io.github.waxmoon/xposed "0.0.1"]