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