| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.snksoft |
| Идентификатор | Идентификаторcrc |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.snksoft:crc
Generic CRC implementation for java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crc-1.0.3.pom | |
| crc-1.0.3.jar | 6 KB |
| crc-1.0.3-sources.jar | 4 KB |
| crc-1.0.3-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.snksoft/crc/ -->
<dependency>
<groupId>com.github.snksoft</groupId>
<artifactId>crc</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snksoft/crc/
implementation 'com.github.snksoft:crc:1.0.3'
// https://jarcasting.com/artifacts/com.github.snksoft/crc/
implementation ("com.github.snksoft:crc:1.0.3")
'com.github.snksoft:crc:jar:1.0.3'
<dependency org="com.github.snksoft" name="crc" rev="1.0.3">
<artifact name="crc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snksoft', module='crc', version='1.0.3')
)
libraryDependencies += "com.github.snksoft" % "crc" % "1.0.3"
[com.github.snksoft/crc "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 2.4.1 |
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |