GroupId | GroupIdio.epiphanous |
---|---|
ArtifactId | ArtifactIdflinkrunner_2.11 |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
flinkrunner_2.11-2.0.0.pom | |
flinkrunner_2.11-2.0.0.jar | 499 KB |
flinkrunner_2.11-2.0.0-sources.jar | 44 KB |
flinkrunner_2.11-2.0.0-javadoc.jar | 687 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.11/ -->
<dependency>
<groupId>io.epiphanous</groupId>
<artifactId>flinkrunner_2.11</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.11/
implementation 'io.epiphanous:flinkrunner_2.11:2.0.0'
// https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.11/
implementation ("io.epiphanous:flinkrunner_2.11:2.0.0")
'io.epiphanous:flinkrunner_2.11:jar:2.0.0'
<dependency org="io.epiphanous" name="flinkrunner_2.11" rev="2.0.0">
<artifact name="flinkrunner_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.epiphanous', module='flinkrunner_2.11', version='2.0.0')
)
libraryDependencies += "io.epiphanous" % "flinkrunner_2.11" % "2.0.0"
[io.epiphanous/flinkrunner_2.11 "2.0.0"]