Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.rest.client |
ArtifactId | ArtifactIdmicroprofile-rest-client-tck |
Version | Version1.2-m1 |
Type | Typejar |
<!-- 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-m1</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-m1'
// 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-m1")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-tck:jar:1.2-m1'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-tck" rev="1.2-m1">
<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-m1')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-tck" % "1.2-m1"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-tck "1.2-m1"]