License |
License |
---|---|
GroupId | GroupIdcom.adivery |
ArtifactId | ArtifactIdsdk-plus |
Version | Version1.0 |
Type | Typeaar |
Description |
Descriptionadivery-plus
Adivery SDK with mediation support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sdk-plus-1.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.adivery/sdk-plus/ -->
<dependency>
<groupId>com.adivery</groupId>
<artifactId>sdk-plus</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adivery/sdk-plus/
implementation 'com.adivery:sdk-plus:1.0'
// https://jarcasting.com/artifacts/com.adivery/sdk-plus/
implementation ("com.adivery:sdk-plus:1.0")
'com.adivery:sdk-plus:aar:1.0'
<dependency org="com.adivery" name="sdk-plus" rev="1.0">
<artifact name="sdk-plus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adivery', module='sdk-plus', version='1.0')
)
libraryDependencies += "com.adivery" % "sdk-plus" % "1.0"
[com.adivery/sdk-plus "1.0"]