| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIduk.gov.gchq.palisade |
| ArtifactId | ArtifactIdclient-fuse |
| Version | Version0.5.1-RELEASE |
| Type | Typejar |
| Description |
DescriptionGCHQ Palisade - FUSE FS Client
The Fuse Palisade Client creates a software-controlled filesystem mount to represent the returned resources and data from a query.
Returned resources, data and metadata are all presented as a FUSE mounted local directory.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-fuse/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>client-fuse</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-fuse/
implementation 'uk.gov.gchq.palisade:client-fuse:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/client-fuse/
implementation ("uk.gov.gchq.palisade:client-fuse:0.5.1-RELEASE")
'uk.gov.gchq.palisade:client-fuse:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="client-fuse" rev="0.5.1-RELEASE">
<artifact name="client-fuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='client-fuse', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "client-fuse" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/client-fuse "0.5.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.serceman : jnr-fuse | jar | 0.5.5 |
| uk.gov.gchq.palisade : client-java | jar | 0.5.1-RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |