License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.foojay.api |
ArtifactId | ArtifactIddiscoclient |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionDiscovery Client
A Java library that makes it easier to access the foojay disco api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
discoclient-1.0.1.pom | |
discoclient-1.0.1.jar | 110 KB |
discoclient-1.0.1-sources.jar | 70 KB |
discoclient-1.0.1-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.foojay.api/discoclient/ -->
<dependency>
<groupId>io.foojay.api</groupId>
<artifactId>discoclient</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.foojay.api/discoclient/
implementation 'io.foojay.api:discoclient:1.0.1'
// https://jarcasting.com/artifacts/io.foojay.api/discoclient/
implementation ("io.foojay.api:discoclient:1.0.1")
'io.foojay.api:discoclient:jar:1.0.1'
<dependency org="io.foojay.api" name="discoclient" rev="1.0.1">
<artifact name="discoclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.foojay.api', module='discoclient', version='1.0.1')
)
libraryDependencies += "io.foojay.api" % "discoclient" % "1.0.1"
[io.foojay.api/discoclient "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.logging.log4j : log4j-api | jar | 2.13.3 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |