| License |
License |
|---|---|
| GroupId | GroupIdhr.com.vgv |
| ArtifactId | ArtifactIdasyncunit |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasyncunit
Simple tool for testing multi-threaded code
|
| Filename | Size |
|---|---|
| asyncunit-0.1.0.pom | |
| asyncunit-0.1.0.jar | 10 KB |
| asyncunit-0.1.0-sources.jar | 6 KB |
| asyncunit-0.1.0-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/hr.com.vgv/asyncunit/ -->
<dependency>
<groupId>hr.com.vgv</groupId>
<artifactId>asyncunit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hr.com.vgv/asyncunit/
implementation 'hr.com.vgv:asyncunit:0.1.0'
// https://jarcasting.com/artifacts/hr.com.vgv/asyncunit/
implementation ("hr.com.vgv:asyncunit:0.1.0")
'hr.com.vgv:asyncunit:jar:0.1.0'
<dependency org="hr.com.vgv" name="asyncunit" rev="0.1.0">
<artifact name="asyncunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='hr.com.vgv', module='asyncunit', version='0.1.0')
)
libraryDependencies += "hr.com.vgv" % "asyncunit" % "0.1.0"
[hr.com.vgv/asyncunit "0.1.0"]