<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>0.9.0-milestone-1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-clients', version='0.9.0-milestone-1')
)
<parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> <version>0.9.0-milestone-1</version> </parent>
compile
|-- org.apache.flink:flink-core:0.9.0-milestone-1
|-- org.apache.flink:flink-runtime:0.9.0-milestone-1
|-- org.apache.flink:flink-optimizer:0.9.0-milestone-1
|-- org.apache.flink:flink-java:0.9.0-milestone-1
|-- org.eclipse.jetty:jetty-server:8.0.0.M1
|-- org.eclipse.jetty:jetty-security:8.0.0.M1
|-- org.eclipse.jetty:jetty-servlet:8.0.0.M1
|-- commons-fileupload:commons-fileupload:1.3.1
|-- commons-cli:commons-cli:1.2
|-- org.apache.commons:commons-lang3:3.3.2
|-- org.slf4j:slf4j-log4j12:1.7.7
test
|-- com.typesafe.akka:akka-testkit_2.10:2.3.7
|-- junit:junit:4.11
|-- org.mockito:mockito-all:1.9.5
|-- org.powermock:powermock-module-junit4:1.5.5