<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.0.0-beta1</version>
</dependency>
@Grapes(
@Grab(group='com.datastax.oss', module='java-driver-core', version='4.0.0-beta1')
)
<parent> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-parent</artifactId> <version>4.0.0-beta1</version> </parent>
compile
|-- com.datastax.oss:native-protocol:1.4.3
|-- io.netty:netty-handler:4.1.27.Final
|-- io.netty:netty-buffer:4.1.27.Final
|-- io.netty:netty-common:4.1.27.Final
|-- io.netty:netty-transport:4.1.27.Final
|-- io.netty:netty-resolver:4.1.27.Final
|-- io.netty:netty-codec:4.1.27.Final
|-- com.datastax.oss:java-driver-shaded-guava:25.1-jre
|-- com.github.jnr:jnr-ffi:2.1.8
|-- com.github.jnr:jffi:1.2.17
|-- org.ow2.asm:asm-commons:5.0.3
|-- org.ow2.asm:asm-analysis:5.0.3
|-- org.ow2.asm:asm-tree:5.0.3
|-- org.ow2.asm:asm-util:5.0.3
|-- com.github.jnr:jnr-x86asm:1.0.2
|-- com.github.jnr:jnr-posix:3.0.46
|-- com.github.jnr:jnr-constants:0.9.9
|-- org.xerial.snappy:snappy-java:1.1.7.2
|-- org.slf4j:slf4j-api:1.7.25
|-- io.dropwizard.metrics:metrics-core:4.0.2
|-- org.hdrhistogram:HdrHistogram:2.1.10
|-- com.github.stephenc.jcip:jcip-annotations:1.0-1
|-- com.github.spotbugs:spotbugs-annotations:3.1.5
|-- com.google.code.findbugs:jsr305:3.0.2
runtime