Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.fault-tolerance |
ArtifactId | ArtifactIdmicroprofile-fault-tolerance-tck |
Version | Version2.1.1-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck/ -->
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>2.1.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck/
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:2.1.1-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck/
implementation ("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:2.1.1-RC1")
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:jar:2.1.1-RC1'
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-tck" rev="2.1.1-RC1">
<artifact name="microprofile-fault-tolerance-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-tck', version='2.1.1-RC1')
)
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-tck" % "2.1.1-RC1"
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck "2.1.1-RC1"]