文件名 | 操作 |
---|---|
cxf-services-sts-systests-2.6.17-TomEE.pom | 下载 |
<dependency>
<groupId>org.apache.tomee.patch.services.sts</groupId>
<artifactId>cxf-services-sts-systests</artifactId>
<version>2.6.17-TomEE</version>
<type>pom</type>
</dependency>
implementation 'org.apache.tomee.patch.services.sts:cxf-services-sts-systests:2.6.17-TomEE'
implementation("org.apache.tomee.patch.services.sts:cxf-services-sts-systests:2.6.17-TomEE")
libraryDependencies += "org.apache.tomee.patch.services.sts" % "cxf-services-sts-systests" % "2.6.17-TomEE"
@Grapes(
@Grab(group='org.apache.tomee.patch.services.sts', module='cxf-services-sts-systests', version='2.6.17-TomEE')
)
<dependency org="org.apache.tomee.patch.services.sts" name="cxf-services-sts-systests" rev="2.6.17-TomEE" />