h

hexutils

Utilities for converting byte values to/from hex.
https://github.com/lbruun/HexUtils
Apache License, Version 2.0
lbruun.net
Lars Bruun-Hansen
Files download
File Operation
hexutils-1.0.0.jar download
hexutils-1.0.0.pom download
hexutils-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.lbruun</groupId>
  <artifactId>hexutils</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'net.lbruun:hexutils:1.0.0'
Gradle Kotlin
implementation("net.lbruun:hexutils:1.0.0")
Scala SBT
libraryDependencies += "net.lbruun" % "hexutils" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.lbruun', module='hexutils', version='1.0.0')
)
Apache Ivy
<dependency org="net.lbruun" name="hexutils" rev="1.0.0" />
Leiningen
[net.lbruun/hexutils "1.0.0"]
Apache Buildr
'net.lbruun:hexutils:jar:1.0.0'