Skip to content

Commit

Permalink
add readme : maven & jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
gun95 committed Mar 13, 2017
1 parent 5507dba commit 2ff7e9f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ This is the basic SDK for your own application if you want to make use of BboxAP

1 -jar file
clone the depot and build
add **bboxapi-debug.aar** to your lib folder of your project
add **bboxapi-library-1.0-release.aar** to your lib folder of your project
add this line to your gradle dependencies
````
compile(name: 'bboxapi-debug', ext: 'aar')
````
2 -maven

TODO

````
<dependency>
<groupId>fr.bouyguestelecom.dev</groupId>
<artifactId>bboxapi</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
````
3 -jcenter

TODO
````
compile 'fr.bouyguestelecom.dev:bboxapi:1.0'
````
### Prerequisites

you need *app_id* and *app_secret* for some request
Expand Down

0 comments on commit 2ff7e9f

Please sign in to comment.