b

bytes

An easy-to-use library for byte buffers
https://github.com/Auties00/Bytes
MIT License
Alessandro Autiero
Files download
File Operation
bytes-1.2.jar download
bytes-1.2.pom download
bytes-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.auties00</groupId>
  <artifactId>bytes</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.auties00:bytes:1.2'
Gradle Kotlin
implementation("com.github.auties00:bytes:1.2")
Scala SBT
libraryDependencies += "com.github.auties00" % "bytes" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.auties00', module='bytes', version='1.2')
)
Apache Ivy
<dependency org="com.github.auties00" name="bytes" rev="1.2" />
Leiningen
[com.github.auties00/bytes "1.2"]
Apache Buildr
'com.github.auties00:bytes:jar:1.2'