GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdhdfs-library |
Version | Version1.10.3 |
Type | Typejar |
Filename | Size |
---|---|
hdfs-library-1.10.3.pom | |
hdfs-library-1.10.3.jar | 37 KB |
hdfs-library-1.10.3-tests.jar | 11 KB |
hdfs-library-1.10.3-sources.jar | 32 KB |
hdfs-library-1.10.3-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hdfs-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>hdfs-library</artifactId>
<version>1.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hdfs-library/
implementation 'uk.gov.gchq.gaffer:hdfs-library:1.10.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hdfs-library/
implementation ("uk.gov.gchq.gaffer:hdfs-library:1.10.3")
'uk.gov.gchq.gaffer:hdfs-library:jar:1.10.3'
<dependency org="uk.gov.gchq.gaffer" name="hdfs-library" rev="1.10.3">
<artifact name="hdfs-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='hdfs-library', version='1.10.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "hdfs-library" % "1.10.3"
[uk.gov.gchq.gaffer/hdfs-library "1.10.3"]