| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lafouche |
| Идентификатор | Идентификаторhexlib |
| Версия | Версия0.50 |
| Тип | Типjar |
| Описание |
Описаниеcom.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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| hexlib-0.50.pom | |
| hexlib-0.50.jar | 46 KB |
| hexlib-0.50-sources.jar | 274 bytes |
| hexlib-0.50-javadoc.jar | 274 bytes |
| Обзор |
<!-- 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"]