File | Operation |
---|---|
microprofile-rest-client-parent-4.0-RC1.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>4.0-RC1</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:4.0-RC1'
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:4.0-RC1")
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-parent" % "4.0-RC1"
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-parent', version='4.0-RC1')
)
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-parent" rev="4.0-RC1" />
<parent> <groupId>org.eclipse.microprofile</groupId> <artifactId>microprofile-parent</artifactId> <version>3.4</version> </parent>