GroupId | GroupIdcom.github.shiver-me-timbers |
---|---|
ArtifactId | ArtifactIdsmt-retrying-spring |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smt-retrying-spring-1.0.pom | |
smt-retrying-spring-1.0.jar | 7 KB |
smt-retrying-spring-1.0-sources.jar | 6 KB |
smt-retrying-spring-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-spring/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-spring</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-spring/
implementation 'com.github.shiver-me-timbers:smt-retrying-spring:1.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-retrying-spring/
implementation ("com.github.shiver-me-timbers:smt-retrying-spring:1.0")
'com.github.shiver-me-timbers:smt-retrying-spring:jar:1.0'
<dependency org="com.github.shiver-me-timbers" name="smt-retrying-spring" rev="1.0">
<artifact name="smt-retrying-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-retrying-spring', version='1.0')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-retrying-spring" % "1.0"
[com.github.shiver-me-timbers/smt-retrying-spring "1.0"]