Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindar-open/fonix-client
Fonix java client
https://github.com/lindar-open/fonix-client
Last synced: 5 days ago
JSON representation
Fonix java client
- Host: GitHub
- URL: https://github.com/lindar-open/fonix-client
- Owner: lindar-open
- License: apache-2.0
- Created: 2017-03-10T16:33:31.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-07T11:52:59.000Z (over 1 year ago)
- Last Synced: 2024-03-27T03:59:05.086Z (8 months ago)
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fonix-client
JVM client for the [Fonix](https://www.fonix.com/documentation) integration## Usage:
### Maven:
```xmlcom.lindar
fonix-client
1.6.0```
### Gradle:
```kotlin
implementation("com.lindar:fonix-client:1.6.0")
```