MVN

at.favre.lib : bytes

Maven & Gradle

Feb 15, 2023
18 usages
149 stars

Bytes Utility Library · Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bytes</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : bytes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of at.favre.lib : bytes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
bytes-1.6.1
bytes-1.6.0
1.5.x
bytes-1.5.0
1.4.x
bytes-1.4.0
1.3.x
bytes-1.3.0
1.2.x
bytes-1.2.0
1.1.x
bytes-1.1.0
1.0.x
bytes-1.0.0
0.8.x
bytes-0.8.0
0.7.x
bytes-0.7.1
bytes-0.7.0
0.6.x
bytes-0.6.0
0.5.x
bytes-0.5.0
0.4.x
bytes-0.4.6
bytes-0.4.5
bytes-0.4.4
bytes-0.4.3
bytes-0.4.2
bytes-0.4.1
bytes-0.4.0
0.3.x
bytes-0.3.1
bytes-0.3.0
0.2.x
bytes-0.2.0
0.1.x
bytes-0.1.0

How to add a dependency to Maven

Add the following at.favre.lib : bytes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bytes</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : bytes gradle dependency to your build.gradle file:

implementation 'at.favre.lib:bytes:1.6.1'

Gradle Kotlin DSL: Add the following at.favre.lib : bytes gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:bytes:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : bytes sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "bytes" % "1.6.1"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies

Oct 14, 2019
24 usages
512 stars
Nov 21, 2022
3 usages
10 stars
Apr 12, 2014
2 usages
0 stars
Nov 24, 2016
9 usages
6 stars
Aug 02, 2023
19 usages
8.6k stars
Feb 09, 2020
9 usages
84 stars
Jul 13, 2023
3 usages
7 stars
Apr 21, 2015
4 usages
31 stars