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