| Категории |
КатегорииGson Данные JSON |
|---|---|
| Группа | Группаcom.github.mgunlogson |
| Идентификатор | Идентификаторcuckoofilter4j |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cuckoofilter4j-1.0.0.pom | |
| cuckoofilter4j-1.0.0.jar | 2 KB |
| cuckoofilter4j-1.0.0-sources.jar | 32 KB |
| cuckoofilter4j-1.0.0-javadoc.jar | 47 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/ -->
<dependency>
<groupId>com.github.mgunlogson</groupId>
<artifactId>cuckoofilter4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation 'com.github.mgunlogson:cuckoofilter4j:1.0.0'
// https://jarcasting.com/artifacts/com.github.mgunlogson/cuckoofilter4j/
implementation ("com.github.mgunlogson:cuckoofilter4j:1.0.0")
'com.github.mgunlogson:cuckoofilter4j:jar:1.0.0'
<dependency org="com.github.mgunlogson" name="cuckoofilter4j" rev="1.0.0">
<artifact name="cuckoofilter4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mgunlogson', module='cuckoofilter4j', version='1.0.0')
)
libraryDependencies += "com.github.mgunlogson" % "cuckoofilter4j" % "1.0.0"
[com.github.mgunlogson/cuckoofilter4j "1.0.0"]