c

cobble-bytebuf

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