| License |
License |
|---|---|
| GroupId | GroupIdcom.ceph |
| ArtifactId | ArtifactIdlibcephfs |
| Last Version | Last Version0.80.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlibcephfs
Ceph FS Java API.
|
| Filename | Size |
|---|---|
| libcephfs-0.80.5.pom | |
| libcephfs-0.80.5.jar | 12 KB |
| libcephfs-0.80.5-sources.jar | 15 KB |
| libcephfs-0.80.5-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ceph/libcephfs/ -->
<dependency>
<groupId>com.ceph</groupId>
<artifactId>libcephfs</artifactId>
<version>0.80.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.ceph/libcephfs/
implementation 'com.ceph:libcephfs:0.80.5'
// https://jarcasting.com/artifacts/com.ceph/libcephfs/
implementation ("com.ceph:libcephfs:0.80.5")
'com.ceph:libcephfs:jar:0.80.5'
<dependency org="com.ceph" name="libcephfs" rev="0.80.5">
<artifact name="libcephfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ceph', module='libcephfs', version='0.80.5')
)
libraryDependencies += "com.ceph" % "libcephfs" % "0.80.5"
[com.ceph/libcephfs "0.80.5"]