is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-tck 2.0-RC2

Typesafe Rest Client APIs for MicroProfile :: TCK

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.rest.client
ArtifactId

ArtifactId

microprofile-rest-client-tck
Version

Version

2.0-RC2
Type

Type

jar

Download microprofile-rest-client-tck 2.0-RC2


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/ -->
<dependency>
    <groupId>org.eclipse.microprofile.rest.client</groupId>
    <artifactId>microprofile-rest-client-tck</artifactId>
    <version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:2.0-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/
implementation ("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:2.0-RC2")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:jar:2.0-RC2'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="2.0-RC2">
  <artifact name="microprofile-rest-client-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='2.0-RC2')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "2.0-RC2"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-tck "2.0-RC2"]