c

cobble-bytebuf

a nio Byte Buffer util.
赵永春(Mr.Zhao)
Files download
File Operation
cobble-bytebuf-4.6.1.jar download
cobble-bytebuf-4.6.1.pom download
cobble-bytebuf-4.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.hasor</groupId>
  <artifactId>cobble-bytebuf</artifactId>
  <version>4.6.1</version>
</dependency>
Gradle Groovy
implementation 'net.hasor:cobble-bytebuf:4.6.1'
Gradle Kotlin
implementation("net.hasor:cobble-bytebuf:4.6.1")
Scala SBT
libraryDependencies += "net.hasor" % "cobble-bytebuf" % "4.6.1"
Groovy Grape
@Grapes(
  @Grab(group='net.hasor', module='cobble-bytebuf', version='4.6.1')
)
Apache Ivy
<dependency org="net.hasor" name="cobble-bytebuf" rev="4.6.1" />
Leiningen
[net.hasor/cobble-bytebuf "4.6.1"]
Apache Buildr
'net.hasor:cobble-bytebuf:jar:4.6.1'