An open API service indexing awesome lists of open source software.

https://github.com/biacode/jleadboxer

Kotlin implementation of LeadBoxer API
https://github.com/biacode/jleadboxer

api api-client java kotlin leadboxer library

Last synced: 10 months ago
JSON representation

Kotlin implementation of LeadBoxer API

Awesome Lists containing this project

README

          

# JleadBoxer
[![Build Status](https://travis-ci.org/Biacode/JleadBoxer.svg?branch=master)](https://travis-ci.org/Biacode/JleadBoxer)

# Install

### Maven
```xml


snapshots-repo
https://oss.sonatype.org/content/repositories/snapshots
false
true


jcenter
http://jcenter.bintray.com

true
never
warn


true
warn

org.biacode.jleadboxer
jleadboxer
0.0.1-SNAPSHOT

```

### Gradle

```groovy

repositories {
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
jcenter()
}

compile "org.biacode.jleadboxer:jleadboxer:0.0.1-SNAPSHOT"
```