p

prodege

SDK for showing Prodege ads and surveys within mobile apps as a monetization solution
https://github.com/pollfish/android-sdk-pollfish
The Apache Software License, Version 2.0
Prodege, LLC
文件下载
文件名 操作
prodege-7.0.0-beta01.pom 下载
Apache Maven
<dependency>
  <groupId>com.pollfish</groupId>
  <artifactId>prodege</artifactId>
  <version>7.0.0-beta01</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.pollfish:prodege:7.0.0-beta01'
Gradle Kotlin
implementation("com.pollfish:prodege:7.0.0-beta01")
Scala SBT
libraryDependencies += "com.pollfish" % "prodege" % "7.0.0-beta01"
Groovy Grape
@Grapes(
  @Grab(group='com.pollfish', module='prodege', version='7.0.0-beta01')
)
Apache Ivy
<dependency org="com.pollfish" name="prodege" rev="7.0.0-beta01" />
Leiningen
[com.pollfish/prodege "7.0.0-beta01"]
Apache Buildr
'com.pollfish:prodege:jar:7.0.0-beta01'