GroupId | GroupIdorg.apache.flink |
---|---|
ArtifactId | ArtifactIdstatefun-flink-core |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
statefun-flink-core-2.2.2.pom | |
statefun-flink-core-2.2.2.jar | 550 KB |
statefun-flink-core-2.2.2-sources.jar | 381 KB |
statefun-flink-core-2.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flink/statefun-flink-core/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-flink-core</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/statefun-flink-core/
implementation 'org.apache.flink:statefun-flink-core:2.2.2'
// https://jarcasting.com/artifacts/org.apache.flink/statefun-flink-core/
implementation ("org.apache.flink:statefun-flink-core:2.2.2")
'org.apache.flink:statefun-flink-core:jar:2.2.2'
<dependency org="org.apache.flink" name="statefun-flink-core" rev="2.2.2">
<artifact name="statefun-flink-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='statefun-flink-core', version='2.2.2')
)
libraryDependencies += "org.apache.flink" % "statefun-flink-core" % "2.2.2"
[org.apache.flink/statefun-flink-core "2.2.2"]