File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Kaguya Shinomiya < small >(Don't touch my harem)</ small >
1+ # Kaguya Shinomiya [ ![ ] ( https://jitpack.io/v/org.cufy/kaguya.svg )] ( https://jitpack.io/#org.cufy/kaguya )
22
3- A GraphQL library based
4- on [ graphql-java] ( http://github.com/graphql-java/graphql-java )
3+ A GraphQL library based on
4+ [ graphql-java] ( http://github.com/graphql-java/graphql-java )
55with kotlin-friendly builders and ktor routing extensions.
66
7+ > Please, Don't touch my harem 😪
8+
9+ ### Install
10+
11+ The main way of installing this library is
12+ using ` jitpack.io `
13+
14+ ``` kts
15+ repositories {
16+ // ...
17+ mavenCentral()
18+ maven { url = uri(" https://jitpack.io" ) }
19+ }
20+
21+ dependencies {
22+ // Replace TAG with the desired version
23+ implementation(" org.cufy:mangaka:TAG" )
24+ }
25+ ```
26+
727### How to set up on ktor
828
929The following is an example of using it.
You can’t perform that action at this time.
0 commit comments