Browse Source

chore: Add reasons for libraries & remove snakeyaml

master
Brett Bender 3 years ago
parent
commit
59b256b9fb
2 changed files with 10 additions and 4 deletions
  1. +9
    -1
      README.md
  2. +1
    -3
      build.gradle.kts

+ 9
- 1
README.md View File

@ -9,14 +9,22 @@ The bot does not yet clone the events from iCal to Discord, rather it only curre
## Built With
- [sksamuel/hoplite](https://github.com/sksamuel/hoplite)
- Config Library
- [ical4j/ical4j](https://github.com/ical4j/ical4j)
- Parsing the iCal file
- [DV8FromTheWorld/JDA](https://github.com/DV8FromTheWorld/JDA)
- Discord API Wrapper
- [Litote/kmongo](https://github.com/Litote/kmongo)
- Toolkit for Mongo in Kotlin
- [junodevs/kriess](https://github.com/junodevs/kriess)
- Command handler with some extra features
- [qos-ch/logback](https://github.com/qos-ch/logback)
- Logging framework
- [square/okhttp](https://github.com/square/okhttp)
- Downloading iCal file
- [ronmamo/reflections](https://github.com/ronmamo/reflections)
- [snakeyaml/snakeyaml](https://github.com/snakeyaml/snakeyaml)
- Querying of classpath metadata at runtime
- Allows for commands and services to be dynamically registered
## Usage
### Build it!


+ 1
- 3
build.gradle.kts View File

@ -51,14 +51,12 @@ dependencies {
// Utilities
implementation("ch.qos.logback:logback-classic:1.4.4")
implementation("org.reflections:reflections:0.10.2")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
// Calendar
implementation("org.mnode.ical4j:ical4j:3.2.6")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
// Data
implementation("org.yaml:snakeyaml:1.31")
implementation("org.litote.kmongo:kmongo:4.7.2")
implementation("com.sksamuel.hoplite:hoplite-core:1.4.16")
implementation("com.sksamuel.hoplite:hoplite-yaml:1.4.16")


Loading…
Cancel
Save