文件名 | 操作 |
---|---|
microprofile-rest-client-parent-1.0.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:1.0'
implementation("org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:1.0")
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-parent" % "1.0"
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-parent', version='1.0')
)
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-parent" rev="1.0" />