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