is not current version
Last Version 2.2.0

com.avast.bytes:bytes-core 2.1.1

Provides universal interface for having an immutable representation of sequence of bytes

GroupId

GroupId

com.avast.bytes
ArtifactId

ArtifactId

bytes-core
Version

Version

2.1.1
Type

Type

jar

Download bytes-core 2.1.1


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