MVN

com.dorkbox : HexUtilities

Maven & Gradle

Aug 21, 2023

HexUtilities · Hex conversion utilities for Strings, Collections, ByteArrays, Unsigned numbers, and numbers

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>HexUtilities</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : HexUtilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.dorkbox : HexUtilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
HexUtilities-1.1
1.0
HexUtilities-1.0

How to add a dependency to Maven

Add the following com.dorkbox : HexUtilities maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>HexUtilities</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : HexUtilities gradle dependency to your build.gradle file:

implementation 'com.dorkbox:HexUtilities:1.1'

Gradle Kotlin DSL: Add the following com.dorkbox : HexUtilities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:HexUtilities:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : HexUtilities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "HexUtilities" % "1.1"

Advertisement