is not current version
Last Version 1.5.0

at.favre.lib:bytes 0.3.1

Convenience toolkit for easier handling, creating, converting and encoding of any form of byte arrays. Per default everything is immutable, but also supports faster mutable version.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

bytes
Version

Version

0.3.1
Type

Type

jar

Download bytes 0.3.1


<!-- https://jarcasting.com/artifacts/at.favre.lib/bytes/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bytes</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation 'at.favre.lib:bytes:0.3.1'
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation ("at.favre.lib:bytes:0.3.1")
'at.favre.lib:bytes:jar:0.3.1'
<dependency org="at.favre.lib" name="bytes" rev="0.3.1">
  <artifact name="bytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='bytes', version='0.3.1')
)
libraryDependencies += "at.favre.lib" % "bytes" % "0.3.1"
[at.favre.lib/bytes "0.3.1"]