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