Files download
File Operation
flink-core-2.0-preview1.jar download
flink-core-2.0-preview1.pom download
flink-core-2.0-preview1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-core</artifactId>
  <version>2.0-preview1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flink:flink-core:2.0-preview1'
Gradle Kotlin
implementation("org.apache.flink:flink-core:2.0-preview1")
Scala SBT
libraryDependencies += "org.apache.flink" % "flink-core" % "2.0-preview1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flink', module='flink-core', version='2.0-preview1')
)
Apache Ivy
<dependency org="org.apache.flink" name="flink-core" rev="2.0-preview1" />
Leiningen
[org.apache.flink/flink-core "2.0-preview1"]
Apache Buildr
'org.apache.flink:flink-core:jar:2.0-preview1'
Dependencies
<parent>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-parent</artifactId>
  <version>2.0-preview1</version>
</parent>

compile

|-- org.apache.flink:flink-core-api:2.0-preview1

|-- org.apache.flink:flink-annotations:2.0-preview1

|-- org.apache.flink:flink-shaded-asm-9:9.6-19.0

|-- org.apache.flink:flink-shaded-jackson:2.15.3-19.0

|-- org.apache.commons:commons-lang3:3.12.0

|-- org.snakeyaml:snakeyaml-engine:2.6

|-- org.apache.commons:commons-text:1.10.0

|-- com.esotericsoftware.kryo:kryo:2.24.0

|-- commons-collections:commons-collections:3.2.2

|-- org.apache.commons:commons-compress:1.26.0

|-- org.apache.flink:flink-shaded-guava:32.1.3-jre-19.0

|-- org.slf4j:slf4j-api:1.7.36

|-- com.google.code.findbugs:jsr305:1.3.9

test

|-- org.apache.flink:flink-architecture-tests-test:2.0-preview1

|-- com.github.luben:zstd-jni:1.4.9-1

|-- org.apache.flink:flink-test-utils-junit:2.0-preview1

|-- joda-time:joda-time:2.5

|-- org.joda:joda-convert:1.7

|-- org.projectlombok:lombok:1.18.30

|-- org.apache.flink:flink-migration-test-utils:2.0-preview1

|-- org.junit.jupiter:junit-jupiter:5.10.1

|-- org.junit.vintage:junit-vintage-engine:5.10.1

|-- org.assertj:assertj-core:3.23.1

|-- org.mockito:mockito-core:3.4.6

|-- org.mockito:mockito-junit-jupiter:3.4.6

|-- org.hamcrest:hamcrest-all:1.3

|-- org.testcontainers:junit-jupiter:1.19.1

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.17.1

|-- org.apache.logging.log4j:log4j-api:2.17.1

|-- org.apache.logging.log4j:log4j-core:2.17.1

|-- org.apache.logging.log4j:log4j-1.2-api:2.17.1