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