| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.joom.xxhash |
| Идентификатор | Идентификаторxxhash-android |
| Версия | Версия1.2.0 |
| Тип | Типaar |
| Описание |
Описаниеxxhash-android
An implementation of xxhash for Android.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xxhash-android-1.2.0.pom | |
| xxhash-android-1.2.0-sources.jar | 6 KB |
| xxhash-android-1.2.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.joom.xxhash/xxhash-android/ -->
<dependency>
<groupId>com.joom.xxhash</groupId>
<artifactId>xxhash-android</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.joom.xxhash/xxhash-android/
implementation 'com.joom.xxhash:xxhash-android:1.2.0'
// https://jarcasting.com/artifacts/com.joom.xxhash/xxhash-android/
implementation ("com.joom.xxhash:xxhash-android:1.2.0")
'com.joom.xxhash:xxhash-android:aar:1.2.0'
<dependency org="com.joom.xxhash" name="xxhash-android" rev="1.2.0">
<artifact name="xxhash-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.joom.xxhash', module='xxhash-android', version='1.2.0')
)
libraryDependencies += "com.joom.xxhash" % "xxhash-android" % "1.2.0"
[com.joom.xxhash/xxhash-android "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |