| License |
License |
|---|---|
| GroupId | GroupIdcom.lafouche |
| ArtifactId | ArtifactIdhexlib |
| Last Version | Last Version0.50 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.lafouche:hexlib
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).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hexlib-0.50.pom | |
| hexlib-0.50.jar | 46 KB |
| hexlib-0.50-sources.jar | 274 bytes |
| hexlib-0.50-javadoc.jar | 274 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lafouche/hexlib/ -->
<dependency>
<groupId>com.lafouche</groupId>
<artifactId>hexlib</artifactId>
<version>0.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.lafouche/hexlib/
implementation 'com.lafouche:hexlib:0.50'
// https://jarcasting.com/artifacts/com.lafouche/hexlib/
implementation ("com.lafouche:hexlib:0.50")
'com.lafouche:hexlib:jar:0.50'
<dependency org="com.lafouche" name="hexlib" rev="0.50">
<artifact name="hexlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lafouche', module='hexlib', version='0.50')
)
libraryDependencies += "com.lafouche" % "hexlib" % "0.50"
[com.lafouche/hexlib "0.50"]