GroupId | GroupIdio.fluo |
---|---|
ArtifactId | ArtifactIdfluo-mapreduce |
Version | Version1.0.0-beta-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fluo/fluo-mapreduce/ -->
<dependency>
<groupId>io.fluo</groupId>
<artifactId>fluo-mapreduce</artifactId>
<version>1.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fluo/fluo-mapreduce/
implementation 'io.fluo:fluo-mapreduce:1.0.0-beta-1'
// https://jarcasting.com/artifacts/io.fluo/fluo-mapreduce/
implementation ("io.fluo:fluo-mapreduce:1.0.0-beta-1")
'io.fluo:fluo-mapreduce:jar:1.0.0-beta-1'
<dependency org="io.fluo" name="fluo-mapreduce" rev="1.0.0-beta-1">
<artifact name="fluo-mapreduce" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fluo', module='fluo-mapreduce', version='1.0.0-beta-1')
)
libraryDependencies += "io.fluo" % "fluo-mapreduce" % "1.0.0-beta-1"
[io.fluo/fluo-mapreduce "1.0.0-beta-1"]