| License |
License |
|---|---|
| GroupId | GroupIdru.soniir |
| ArtifactId | ArtifactIdcrccalc |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCRC calculator
CRC calculator with many popularity algorithm include CRC8/16/32/64
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crccalc-1.0.pom | |
| crccalc-1.0.jar | 6 KB |
| crccalc-1.0-sources.jar | 4 KB |
| crccalc-1.0-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.soniir/crccalc/ -->
<dependency>
<groupId>ru.soniir</groupId>
<artifactId>crccalc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.soniir/crccalc/
implementation 'ru.soniir:crccalc:1.0'
// https://jarcasting.com/artifacts/ru.soniir/crccalc/
implementation ("ru.soniir:crccalc:1.0")
'ru.soniir:crccalc:jar:1.0'
<dependency org="ru.soniir" name="crccalc" rev="1.0">
<artifact name="crccalc" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.soniir', module='crccalc', version='1.0')
)
libraryDependencies += "ru.soniir" % "crccalc" % "1.0"
[ru.soniir/crccalc "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |