adnets-mobfox

Lightweight Ad mediator for Android App

License

License

Categories

Categories

Net
GroupId

GroupId

com.bingzer.android.ads
ArtifactId

ArtifactId

adnets-mobfox
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

adnets-mobfox
Lightweight Ad mediator for Android App
Project URL

Project URL

https://github.com/bingzer/adrunner
Source Code Management

Source Code Management

https://github.com/bingzer/adrunner

Download adnets-mobfox

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.bingzer.android.ads : adrunner jar 1.0.1

Project Modules

There are no modules declared in this project.

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+'
    }

Versions

Version
1.0.1
0.0.6
0.0.5