b

bytes-util

A Java library that handles serialization/deserialization between Java classes and byte streams defined by arbitrary binary protocols
https://github.com/zhtmf/bytesutil
The Apache License, Version 2.0
Edgar Deng
Files download
File Operation
bytes-util-1.1.2.jar download
bytes-util-1.1.2.pom download
bytes-util-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zhtmf</groupId>
  <artifactId>bytes-util</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.zhtmf:bytes-util:1.1.2'
Gradle Kotlin
implementation("io.github.zhtmf:bytes-util:1.1.2")
Scala SBT
libraryDependencies += "io.github.zhtmf" % "bytes-util" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zhtmf', module='bytes-util', version='1.1.2')
)
Apache Ivy
<dependency org="io.github.zhtmf" name="bytes-util" rev="1.1.2" />
Leiningen
[io.github.zhtmf/bytes-util "1.1.2"]
Apache Buildr
'io.github.zhtmf:bytes-util:jar:1.1.2'
Dependencies