GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdretry |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
retry-0.9.0.pom | |
retry-0.9.0.jar | 13 KB |
retry-0.9.0-sources.jar | 22 bytes |
retry-0.9.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/retry/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>retry</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/retry/
implementation 'org.webjars.npm:retry:0.9.0'
// https://jarcasting.com/artifacts/org.webjars.npm/retry/
implementation ("org.webjars.npm:retry:0.9.0")
'org.webjars.npm:retry:jar:0.9.0'
<dependency org="org.webjars.npm" name="retry" rev="0.9.0">
<artifact name="retry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='retry', version='0.9.0')
)
libraryDependencies += "org.webjars.npm" % "retry" % "0.9.0"
[org.webjars.npm/retry "0.9.0"]