License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.kosmosfs |
ArtifactId | ArtifactIdkfs |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkosmosfs
Kosmos distributed file system provides high performance combined with availability and reliability.
|
Project URL |
Project URL |
Filename | Size |
---|---|
kfs-0.3.pom | |
kfs-0.3.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.kosmosfs/kfs/ -->
<dependency>
<groupId>net.sf.kosmosfs</groupId>
<artifactId>kfs</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.kosmosfs/kfs/
implementation 'net.sf.kosmosfs:kfs:0.3'
// https://jarcasting.com/artifacts/net.sf.kosmosfs/kfs/
implementation ("net.sf.kosmosfs:kfs:0.3")
'net.sf.kosmosfs:kfs:jar:0.3'
<dependency org="net.sf.kosmosfs" name="kfs" rev="0.3">
<artifact name="kfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.kosmosfs', module='kfs', version='0.3')
)
libraryDependencies += "net.sf.kosmosfs" % "kfs" % "0.3"
[net.sf.kosmosfs/kfs "0.3"]