GroupId | GroupIdio.github.waxmoon |
---|---|
ArtifactId | ArtifactIdApoloPlugin |
Version | Version0.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
ApoloPlugin-0.0.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.waxmoon/ApoloPlugin/ -->
<dependency>
<groupId>io.github.waxmoon</groupId>
<artifactId>ApoloPlugin</artifactId>
<version>0.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.waxmoon/ApoloPlugin/
implementation 'io.github.waxmoon:ApoloPlugin:0.0.6'
// https://jarcasting.com/artifacts/io.github.waxmoon/ApoloPlugin/
implementation ("io.github.waxmoon:ApoloPlugin:0.0.6")
'io.github.waxmoon:ApoloPlugin:aar:0.0.6'
<dependency org="io.github.waxmoon" name="ApoloPlugin" rev="0.0.6">
<artifact name="ApoloPlugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.waxmoon', module='ApoloPlugin', version='0.0.6')
)
libraryDependencies += "io.github.waxmoon" % "ApoloPlugin" % "0.0.6"
[io.github.waxmoon/ApoloPlugin "0.0.6"]