Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Add Tapad Maven repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Liodden committed Mar 20, 2012
1 parent 38c387c commit fc4dc7c
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions ad-serving/README.md
Expand Up @@ -89,7 +89,6 @@ AdServing.get().requestAd(new AdRequest(placementId, size) {
}
```


## How to include the Tapad code in your project
The source code of our SDK is freely available here on Github, so you are free to include the code however you prefer:

Expand All @@ -101,9 +100,23 @@ For the latter:


```xml
<dependency>
<groupId>com.tapad.android</groupId>
<artifactId>ad-serving</artifactId>
<version>1.0.0</version>
</dependency>
<dependencies>
...
<dependency>
<groupId>com.tapad.android</groupId>
<artifactId>ad-serving</artifactId>
<version>1.0.0</version>
</dependency>
...
</dependencies>
<repositories>
...
<repository>
<id>tapad-android</id>
<releases/>
<url>https://github.com/Tapad/tapad-android-sdk/tree/gh-pages/repository/releases</url>
</repository>
...
</repositories>

```

0 comments on commit fc4dc7c

Please sign in to comment.