MVN

dev.opensavvy.spine : api-jvm

Maven & Gradle

Mar 18, 2024

Multiplatform API schema declaration · Declare your Ktor API in code shared between your clients and servers

<dependency>
    <groupId>dev.opensavvy.spine</groupId>
    <artifactId>api-jvm</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.opensavvy.spine : api-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of dev.opensavvy.spine : api-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
api-jvm-0.4.1

How to add a dependency to Maven

Add the following dev.opensavvy.spine : api-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.opensavvy.spine</groupId>
    <artifactId>api-jvm</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.opensavvy.spine : api-jvm gradle dependency to your build.gradle file:

implementation 'dev.opensavvy.spine:api-jvm:0.4.1'

Gradle Kotlin DSL: Add the following dev.opensavvy.spine : api-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.opensavvy.spine:api-jvm:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.opensavvy.spine : api-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.opensavvy.spine" % "api-jvm" % "0.4.1"