GroupId | GroupIdorg.apache.syncope.core |
---|---|
ArtifactId | ArtifactIdsyncope-core-rest-cxf |
Version | Version2.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
syncope-core-rest-cxf-2.0.0-M1.pom | |
syncope-core-rest-cxf-2.0.0-M1.jar | 92 KB |
syncope-core-rest-cxf-2.0.0-M1-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-rest-cxf/ -->
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-rest-cxf</artifactId>
<version>2.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-rest-cxf/
implementation 'org.apache.syncope.core:syncope-core-rest-cxf:2.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-rest-cxf/
implementation ("org.apache.syncope.core:syncope-core-rest-cxf:2.0.0-M1")
'org.apache.syncope.core:syncope-core-rest-cxf:jar:2.0.0-M1'
<dependency org="org.apache.syncope.core" name="syncope-core-rest-cxf" rev="2.0.0-M1">
<artifact name="syncope-core-rest-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.core', module='syncope-core-rest-cxf', version='2.0.0-M1')
)
libraryDependencies += "org.apache.syncope.core" % "syncope-core-rest-cxf" % "2.0.0-M1"
[org.apache.syncope.core/syncope-core-rest-cxf "2.0.0-M1"]