adrunner

Lightweight Ad mediator for Android App

Лицензия

Лицензия

Группа

Группа

com.bingzer.android.ads
Идентификатор

Идентификатор

adrunner
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

adrunner
Lightweight Ad mediator for Android App
Ссылка на сайт

Ссылка на сайт

https://github.com/bingzer/adrunner
Система контроля версий

Система контроля версий

https://github.com/bingzer/adrunner

Скачать adrunner

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.bingzer.android.ads/adrunner/ -->
<dependency>
    <groupId>com.bingzer.android.ads</groupId>
    <artifactId>adrunner</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bingzer.android.ads/adrunner/
implementation 'com.bingzer.android.ads:adrunner:1.0.1'
// https://jarcasting.com/artifacts/com.bingzer.android.ads/adrunner/
implementation ("com.bingzer.android.ads:adrunner:1.0.1")
'com.bingzer.android.ads:adrunner:aar:1.0.1'
<dependency org="com.bingzer.android.ads" name="adrunner" rev="1.0.1">
  <artifact name="adrunner" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bingzer.android.ads', module='adrunner', version='1.0.1')
)
libraryDependencies += "com.bingzer.android.ads" % "adrunner" % "1.0.1"
[com.bingzer.android.ads/adrunner "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Build Status

AdRunner

Lightweight Ad mediator for Android App. Currently, this library supports AdMob, Amazon-Ad, LeadBolt and Mobfox. This library is only intended to showing a banner type of ads.

It supports remote configuration via a 'distro-url'. See sample project for usage

Download

    // main component
    compile 'com.bingzer.android.ads:adrunner:1.0.1'
    
    // GoogleAds (was AdMob)
    compile 'com.bingzer.android.ads:adnets-google:1.0.1'
    
    // Amazon
    compile 'com.bingzer.android.ads:adnets-amazon:1.0.1'
    
    // LeadBolt
    compile 'com.bingzer.android.ads:adnets-leadbolt:1.0.1'
    
    // Mobfox
    compile 'com.bingzer.android.ads:adnets-mobfox:1.0.1'
    

AppCompat

Some library uses appcompat or support-v4. If conflict is detected, use:

    // exclude whatever the leadbolt library has in there
    // and tell it to use the latest appcompat-v7
    compile ('com.bingzer.android.ads:adnets-leadbolt:0.0.5'){
        exclude module: 'support-v4'
        compile 'com.android.support:appcompat-v7:19+'
    }

Версии библиотеки

Версия
1.0.1
1.0.0
0.0.6
0.0.5