s

sgv2-restapi

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