s

sgv2-restapi

Files download
File Operation
sgv2-restapi-2.0.0-ALPHA-13.jar download
sgv2-restapi-2.0.0-ALPHA-13.pom download
sgv2-restapi-2.0.0-ALPHA-13-sources.jar download
Apache Maven
<dependency>
  <groupId>io.stargate.web</groupId>
  <artifactId>sgv2-restapi</artifactId>
  <version>2.0.0-ALPHA-13</version>
</dependency>
Gradle Groovy
implementation 'io.stargate.web:sgv2-restapi:2.0.0-ALPHA-13'
Gradle Kotlin
implementation("io.stargate.web:sgv2-restapi:2.0.0-ALPHA-13")
Scala SBT
libraryDependencies += "io.stargate.web" % "sgv2-restapi" % "2.0.0-ALPHA-13"
Groovy Grape
@Grapes(
  @Grab(group='io.stargate.web', module='sgv2-restapi', version='2.0.0-ALPHA-13')
)
Apache Ivy
<dependency org="io.stargate.web" name="sgv2-restapi" rev="2.0.0-ALPHA-13" />
Leiningen
[io.stargate.web/sgv2-restapi "2.0.0-ALPHA-13"]
Apache Buildr
'io.stargate.web:sgv2-restapi:jar:2.0.0-ALPHA-13'