CRC32Ex
This library gives you a factory that, depending on your JVM version, will provide different implemetations on CRC32.
In JDK8 it uses the new intrinsic CRC32 native call.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.tjake |
| Идентификатор | Идентификаторcrc32ex |
| Последняя версия | Последняя версия0.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCRC32 Java Library
On Java 8 this will use the crc32 intrinsic call, in Java 7 it will use pure java crc.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crc32ex-0.1.2.pom | |
| crc32ex-0.1.2.jar | 26 KB |
| crc32ex-0.1.2-sources.jar | 17 KB |
| crc32ex-0.1.2-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tjake/crc32ex/ -->
<dependency>
<groupId>com.github.tjake</groupId>
<artifactId>crc32ex</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation 'com.github.tjake:crc32ex:0.1.2'
// https://jarcasting.com/artifacts/com.github.tjake/crc32ex/
implementation ("com.github.tjake:crc32ex:0.1.2")
'com.github.tjake:crc32ex:jar:0.1.2'
<dependency org="com.github.tjake" name="crc32ex" rev="0.1.2">
<artifact name="crc32ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tjake', module='crc32ex', version='0.1.2')
)
libraryDependencies += "com.github.tjake" % "crc32ex" % "0.1.2"
[com.github.tjake/crc32ex "0.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
This library gives you a factory that, depending on your JVM version, will provide different implemetations on CRC32.
In JDK8 it uses the new intrinsic CRC32 native call.