async-test-helper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bhowell2</groupId>
<artifactId>async-test-helper</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bhowell2</groupId>
<artifactId>async-test-helper</artifactId>
<version>1.2.0</version>
<name>Debouncer</name>
<description>A simple debouncer for java.</description>
<url>https://github.com/bhowell2/debouncer</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://choosealicense.com/licenses/mit/</url>
</license>
</licenses>
<developers>
<developer>
<id>bhowell2</id>
<name>Blake Howell</name>
<email>bhowell2.github.io@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com:bhowell2/debouncer.git</connection>
<developerConnection>scm:git:ssh://github.com:bhowell2/debouncer.git</developerConnection>
<url>https://github.com/bhowell2/debouncer</url>
</scm>
</project>