GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-persist-hdfs |
Version | Version0.3-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-persist-hdfs/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-persist-hdfs</artifactId>
<version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-persist-hdfs/
implementation 'org.apache.streams:streams-persist-hdfs:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-persist-hdfs/
implementation ("org.apache.streams:streams-persist-hdfs:0.3-incubating")
'org.apache.streams:streams-persist-hdfs:jar:0.3-incubating'
<dependency org="org.apache.streams" name="streams-persist-hdfs" rev="0.3-incubating">
<artifact name="streams-persist-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-persist-hdfs', version='0.3-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-persist-hdfs" % "0.3-incubating"
[org.apache.streams/streams-persist-hdfs "0.3-incubating"]