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