GroupId | GroupIdio.github.kevenzxd |
---|---|
ArtifactId | ArtifactIdadsdk |
Version | Version2.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
adsdk-2.0.2.pom | |
adsdk-2.0.2-sources.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kevenzxd/adsdk/ -->
<dependency>
<groupId>io.github.kevenzxd</groupId>
<artifactId>adsdk</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kevenzxd/adsdk/
implementation 'io.github.kevenzxd:adsdk:2.0.2'
// https://jarcasting.com/artifacts/io.github.kevenzxd/adsdk/
implementation ("io.github.kevenzxd:adsdk:2.0.2")
'io.github.kevenzxd:adsdk:aar:2.0.2'
<dependency org="io.github.kevenzxd" name="adsdk" rev="2.0.2">
<artifact name="adsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kevenzxd', module='adsdk', version='2.0.2')
)
libraryDependencies += "io.github.kevenzxd" % "adsdk" % "2.0.2"
[io.github.kevenzxd/adsdk "2.0.2"]