GroupId | GroupIdio.epiphanous |
---|---|
ArtifactId | ArtifactIdflinkrunner_2.12 |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
flinkrunner_2.12-3.0.1.pom | |
flinkrunner_2.12-3.0.1.jar | 463 KB |
flinkrunner_2.12-3.0.1-sources.jar | 51 KB |
flinkrunner_2.12-3.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.12/ -->
<dependency>
<groupId>io.epiphanous</groupId>
<artifactId>flinkrunner_2.12</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.12/
implementation 'io.epiphanous:flinkrunner_2.12:3.0.1'
// https://jarcasting.com/artifacts/io.epiphanous/flinkrunner_2.12/
implementation ("io.epiphanous:flinkrunner_2.12:3.0.1")
'io.epiphanous:flinkrunner_2.12:jar:3.0.1'
<dependency org="io.epiphanous" name="flinkrunner_2.12" rev="3.0.1">
<artifact name="flinkrunner_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.epiphanous', module='flinkrunner_2.12', version='3.0.1')
)
libraryDependencies += "io.epiphanous" % "flinkrunner_2.12" % "3.0.1"
[io.epiphanous/flinkrunner_2.12 "3.0.1"]