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