l

logspace-hq-rest-api

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