n

native-protocol

A set of Java types representing the frames and messages of the Apache Cassandra® native protocol, with the associated serialization and deserialization logic (this is a third-party implementation, not related to the Apache Cassandra project)
https://github.com/datastax/native-protocol
Apache 2
Various
Files download
File Operation
native-protocol-1.4.7.jar download
native-protocol-1.4.7.pom download
native-protocol-1.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.datastax.oss</groupId>
  <artifactId>native-protocol</artifactId>
  <version>1.4.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.datastax.oss:native-protocol:1.4.7'
Gradle Kotlin
implementation("com.datastax.oss:native-protocol:1.4.7")
Scala SBT
libraryDependencies += "com.datastax.oss" % "native-protocol" % "1.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.datastax.oss', module='native-protocol', version='1.4.7')
)
Apache Ivy
<dependency org="com.datastax.oss" name="native-protocol" rev="1.4.7" />
Leiningen
[com.datastax.oss/native-protocol "1.4.7"]
Apache Buildr
'com.datastax.oss:native-protocol:jar:1.4.7'