d

discoclient

A Java library that makes it easier to access the foojay disco api
https://github.com/foojayio/discoclient
Apache License, Version 2.0
Gerrit Grunwald
Files download
File Operation
discoclient-2.0.26.jar download
discoclient-2.0.26.pom download
discoclient-2.0.26-sources.jar download
Apache Maven
<dependency>
  <groupId>io.foojay.api</groupId>
  <artifactId>discoclient</artifactId>
  <version>2.0.26</version>
</dependency>
Gradle Groovy
implementation 'io.foojay.api:discoclient:2.0.26'
Gradle Kotlin
implementation("io.foojay.api:discoclient:2.0.26")
Scala SBT
libraryDependencies += "io.foojay.api" % "discoclient" % "2.0.26"
Groovy Grape
@Grapes(
  @Grab(group='io.foojay.api', module='discoclient', version='2.0.26')
)
Apache Ivy
<dependency org="io.foojay.api" name="discoclient" rev="2.0.26" />
Leiningen
[io.foojay.api/discoclient "2.0.26"]
Apache Buildr
'io.foojay.api:discoclient:jar:2.0.26'