Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.codebox |
ArtifactId | ArtifactIdasynctest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
asynctest-1.0.0.pom | |
asynctest-1.0.0.jar | 5 KB |
asynctest-1.0.0-sources.jar | 3 KB |
asynctest-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codebox/asynctest/ -->
<dependency>
<groupId>net.codebox</groupId>
<artifactId>asynctest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codebox/asynctest/
implementation 'net.codebox:asynctest:1.0.0'
// https://jarcasting.com/artifacts/net.codebox/asynctest/
implementation ("net.codebox:asynctest:1.0.0")
'net.codebox:asynctest:jar:1.0.0'
<dependency org="net.codebox" name="asynctest" rev="1.0.0">
<artifact name="asynctest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codebox', module='asynctest', version='1.0.0')
)
libraryDependencies += "net.codebox" % "asynctest" % "1.0.0"
[net.codebox/asynctest "1.0.0"]