<dependency>
<groupId>io.outfoxx.sunday</groupId>
<artifactId>sunday-okhttp</artifactId>
<version>1.0.0-beta.9</version>
</dependency>
@Grapes(
@Grab(group='io.outfoxx.sunday', module='sunday-okhttp', version='1.0.0-beta.9')
)
compile
|-- io.outfoxx.sunday:sunday-core:1.0.0-beta.9
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.7.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.7.21
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4
|-- com.squareup.okhttp3:okhttp:4.10.0
|-- com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7