d

discoclient

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