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
- Host: GitHub
- URL: https://github.com/biacode/jleadboxer
- Owner: Biacode
- License: mit
- Created: 2017-11-21T17:50:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T13:30:52.000Z (over 8 years ago)
- Last Synced: 2025-02-01T13:28:09.467Z (over 1 year ago)
- Topics: api, api-client, java, kotlin, leadboxer, library
- Language: Kotlin
- Homepage: http://kibana.leadboxer.com:8080
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JleadBoxer
[](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"
```