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