GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdhdfs-library |
Version | Version1.13.1 |
Type | Typejar |
Filename | Size |
---|---|
hdfs-library-1.13.1.pom | |
hdfs-library-1.13.1.jar | 38 KB |
hdfs-library-1.13.1-tests.jar | 17 KB |
hdfs-library-1.13.1-sources.jar | 32 KB |
hdfs-library-1.13.1-javadoc.jar | 190 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.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hdfs-library/
implementation 'uk.gov.gchq.gaffer:hdfs-library:1.13.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hdfs-library/
implementation ("uk.gov.gchq.gaffer:hdfs-library:1.13.1")
'uk.gov.gchq.gaffer:hdfs-library:jar:1.13.1'
<dependency org="uk.gov.gchq.gaffer" name="hdfs-library" rev="1.13.1">
<artifact name="hdfs-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='hdfs-library', version='1.13.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "hdfs-library" % "1.13.1"
[uk.gov.gchq.gaffer/hdfs-library "1.13.1"]