Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdorg.flockdata |
ArtifactId | ArtifactIdfd-client |
Version | Version0.98.8 |
Type | Typejar |
Filename | Size |
---|---|
fd-client-0.98.8.pom | |
fd-client-0.98.8.jar | 119 KB |
fd-client-0.98.8-tests.jar | 143 KB |
fd-client-0.98.8-sources.jar | 104 KB |
fd-client-0.98.8-shade.jar | 9 MB |
fd-client-0.98.8-javadoc.jar | 176 KB |
fd-client-0.98.8-exec.jar | 26 MB |
fd-client-0.98.8-client.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flockdata/fd-client/ -->
<dependency>
<groupId>org.flockdata</groupId>
<artifactId>fd-client</artifactId>
<version>0.98.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.flockdata/fd-client/
implementation 'org.flockdata:fd-client:0.98.8'
// https://jarcasting.com/artifacts/org.flockdata/fd-client/
implementation ("org.flockdata:fd-client:0.98.8")
'org.flockdata:fd-client:jar:0.98.8'
<dependency org="org.flockdata" name="fd-client" rev="0.98.8">
<artifact name="fd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flockdata', module='fd-client', version='0.98.8')
)
libraryDependencies += "org.flockdata" % "fd-client" % "0.98.8"
[org.flockdata/fd-client "0.98.8"]