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