c

client

Declare your Ktor client-side API from an HTTP schema shared with the server
https://gitlab.com/opensavvy/groundwork/spine
Apache 2.0
OpenSavvy
Files download
File Operation
client-0.5.1.jar download
client-0.5.1.pom download
client-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.opensavvy.spine</groupId>
  <artifactId>client</artifactId>
  <version>0.5.1</version>
</dependency>
Gradle Groovy
implementation 'dev.opensavvy.spine:client:0.5.1'
Gradle Kotlin
implementation("dev.opensavvy.spine:client:0.5.1")
Scala SBT
libraryDependencies += "dev.opensavvy.spine" % "client" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.opensavvy.spine', module='client', version='0.5.1')
)
Apache Ivy
<dependency org="dev.opensavvy.spine" name="client" rev="0.5.1" />
Leiningen
[dev.opensavvy.spine/client "0.5.1"]
Apache Buildr
'dev.opensavvy.spine:client:jar:0.5.1'