is not current version
Last Version 1.3.0

org.apache.tuweni:bytes 1.2.0

Classes and utilities for working with byte arrays.

GroupId

GroupId

org.apache.tuweni
ArtifactId

ArtifactId

bytes
Version

Version

1.2.0
Type

Type

pom

Download bytes 1.2.0


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