GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-ldap |
Version | Version3.2.8 |
Type | Typejar |
Filename | Size |
---|---|
cxf-systests-ldap-3.2.8.pom | |
cxf-systests-ldap-3.2.8.jar | 9 KB |
cxf-systests-ldap-3.2.8-tests.jar | 32 KB |
cxf-systests-ldap-3.2.8-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ldap/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ldap</artifactId>
<version>3.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ldap/
implementation 'org.apache.cxf.systests:cxf-systests-ldap:3.2.8'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ldap/
implementation ("org.apache.cxf.systests:cxf-systests-ldap:3.2.8")
'org.apache.cxf.systests:cxf-systests-ldap:jar:3.2.8'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ldap" rev="3.2.8">
<artifact name="cxf-systests-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-ldap', version='3.2.8')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ldap" % "3.2.8"
[org.apache.cxf.systests/cxf-systests-ldap "3.2.8"]