Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princesslana/eriscasper.java
Java library for making Discord bots
https://github.com/princesslana/eriscasper.java
discord discord-api java rxjava2
Last synced: 29 days ago
JSON representation
Java library for making Discord bots
- Host: GitHub
- URL: https://github.com/princesslana/eriscasper.java
- Owner: princesslana
- License: apache-2.0
- Created: 2018-02-24T19:03:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T12:09:50.000Z (about 6 years ago)
- Last Synced: 2024-09-30T09:16:46.954Z (4 months ago)
- Topics: discord, discord-api, java, rxjava2
- Language: Java
- Homepage: https://princesslana.github.io/ErisCasper.java/
- Size: 27.3 MB
- Stars: 14
- Watchers: 7
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ErisCasper.java
[![Build Status](https://travis-ci.org/princesslana/ErisCasper.java.svg?branch=master)](https://travis-ci.org/princesslana/ErisCasper.java)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.github.princesslana%3AErisCasper.java&metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.github.princesslana%3AErisCasper.java)
[![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.princesslana%3AErisCasper.java&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.princesslana%3AErisCasper.java)**Latest Release:**
![Maven Central](https://img.shields.io/maven-central/v/com.github.princesslana/ErisCasper.java.svg)
[![Javadocs](http://javadoc.io/badge/com.github.princesslana/ErisCasper.java.svg)](http://javadoc.io/doc/com.github.princesslana/ErisCasper.java)**Latest Snapshot:** ![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.princesslana/ErisCasper.java.svg)
Documentation for the latest release is available at https://princesslana.github.io/ErisCasper.java
## Snapshots
Snapshots of master are automatically published to sonatype.
To use from maven add the sonatype snapshot repository:
```xml
ossrh
https://oss.sonatype.org/content/repositories/snapshots
true
```And add the ErisCasper.java dependency.
Snapshot versions can be found [here](https://oss.sonatype.org/#nexus-search;quick~ErisCasper.java).```xml
com.github.princesslana
ErisCasper.java
LATEST.SNAPSHOT.VERSION
```