m

mytarget

The MyTarget mediation adapter is a library that handles communication between the CAS.AI SDK and the MyTarget SDK. It enables you to load ads from MyTarget using the mediation feature in the CAS.AI SDK.
https://cleveradssolutions.com
Clever Ads Solutions License
CAS.AI
Files download
File Operation
mytarget-5.20.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.cleveradssolutions</groupId>
  <artifactId>mytarget</artifactId>
  <version>5.20.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.cleveradssolutions:mytarget:5.20.1.0'
Gradle Kotlin
implementation("com.cleveradssolutions:mytarget:5.20.1.0")
Scala SBT
libraryDependencies += "com.cleveradssolutions" % "mytarget" % "5.20.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cleveradssolutions', module='mytarget', version='5.20.1.0')
)
Apache Ivy
<dependency org="com.cleveradssolutions" name="mytarget" rev="5.20.1.0" />
Leiningen
[com.cleveradssolutions/mytarget "5.20.1.0"]
Apache Buildr
'com.cleveradssolutions:mytarget:jar:5.20.1.0'