GroupId | GroupIdorg.gluster |
---|---|
ArtifactId | ArtifactIdglusterfs-hadoop |
Version | Version2.3.5 |
Type | Typejar |
Filename | Size |
---|---|
glusterfs-hadoop-2.3.5.pom | |
glusterfs-hadoop-2.3.5.jar | 32 KB |
glusterfs-hadoop-2.3.5-sources.jar | 23 KB |
glusterfs-hadoop-2.3.5-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gluster/glusterfs-hadoop/ -->
<dependency>
<groupId>org.gluster</groupId>
<artifactId>glusterfs-hadoop</artifactId>
<version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.gluster/glusterfs-hadoop/
implementation 'org.gluster:glusterfs-hadoop:2.3.5'
// https://jarcasting.com/artifacts/org.gluster/glusterfs-hadoop/
implementation ("org.gluster:glusterfs-hadoop:2.3.5")
'org.gluster:glusterfs-hadoop:jar:2.3.5'
<dependency org="org.gluster" name="glusterfs-hadoop" rev="2.3.5">
<artifact name="glusterfs-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gluster', module='glusterfs-hadoop', version='2.3.5')
)
libraryDependencies += "org.gluster" % "glusterfs-hadoop" % "2.3.5"
[org.gluster/glusterfs-hadoop "2.3.5"]