License |
License |
---|---|
GroupId | GroupIdru.zoommax |
ArtifactId | ArtifactIdHexUtilsLib |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionHex utils library
Convert byte array to hex and hex to byte array
|
Project URL |
Project URL |
Filename | Size |
---|---|
HexUtilsLib-1.0.pom | |
HexUtilsLib-1.0.jar | 3 KB |
HexUtilsLib-1.0-sources.jar | 3 KB |
HexUtilsLib-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.zoommax/HexUtilsLib/ -->
<dependency>
<groupId>ru.zoommax</groupId>
<artifactId>HexUtilsLib</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.zoommax/HexUtilsLib/
implementation 'ru.zoommax:HexUtilsLib:1.0'
// https://jarcasting.com/artifacts/ru.zoommax/HexUtilsLib/
implementation ("ru.zoommax:HexUtilsLib:1.0")
'ru.zoommax:HexUtilsLib:jar:1.0'
<dependency org="ru.zoommax" name="HexUtilsLib" rev="1.0">
<artifact name="HexUtilsLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.zoommax', module='HexUtilsLib', version='1.0')
)
libraryDependencies += "ru.zoommax" % "HexUtilsLib" % "1.0"
[ru.zoommax/HexUtilsLib "1.0"]