is not current version
Last Version 3.0

org.eclipse.microprofile.rest.client:microprofile-rest-client-tck 1.2-m2

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

1.2-m2
Type

Type

jar

Download microprofile-rest-client-tck 1.2-m2


<!-- 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>1.2-m2</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:1.2-m2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/
implementation ("org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:1.2-m2")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:jar:1.2-m2'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="1.2-m2">
  <artifact name="microprofile-rest-client-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-tck', version='1.2-m2')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "1.2-m2"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-tck "1.2-m2"]