m

meson

SDK for Passive and Active Bidder Mediation
Meson End User License Agreement
Meson
Files download
File Operation
meson-1.0.0-beta35.pom download
Apache Maven
<dependency>
  <groupId>ai.meson.sdk</groupId>
  <artifactId>meson</artifactId>
  <version>1.0.0-beta35</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ai.meson.sdk:meson:1.0.0-beta35'
Gradle Kotlin
implementation("ai.meson.sdk:meson:1.0.0-beta35")
Scala SBT
libraryDependencies += "ai.meson.sdk" % "meson" % "1.0.0-beta35"
Groovy Grape
@Grapes(
  @Grab(group='ai.meson.sdk', module='meson', version='1.0.0-beta35')
)
Apache Ivy
<dependency org="ai.meson.sdk" name="meson" rev="1.0.0-beta35" />
Leiningen
[ai.meson.sdk/meson "1.0.0-beta35"]
Apache Buildr
'ai.meson.sdk:meson:jar:1.0.0-beta35'