MVN

com.lafouche : hexlib

Maven & Gradle

Mar 19, 2022

A Java component which displays bytes in Hex- and ASCII-format. The component is designed as a standalone lib. A complete interface which provides the function of an HexEditor based on this lib exisits under the Fork of this project. \r\n This library is simply taken directly from sourceforge at https://sourceforge.net/projects/hexlib/ and made it available in maven central repository. No other changes have been made (including keeping the same license).

<dependency>
    <groupId>com.lafouche</groupId>
    <artifactId>hexlib</artifactId>
    <version>0.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lafouche : hexlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.50

All Versions

Choose a version of com.lafouche : hexlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.50
hexlib-0.50

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lafouche</groupId>
    <artifactId>hexlib</artifactId>
    <version>0.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lafouche : hexlib gradle dependency to your build.gradle file:

implementation 'com.lafouche:hexlib:0.50'

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

implementation("com.lafouche:hexlib:0.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lafouche : hexlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lafouche" % "hexlib" % "0.50"

Advertisement