| License |
License |
|---|---|
| GroupId | GroupIdcom.sap.scimono |
| ArtifactId | ArtifactIdscimono-parent |
| Last Version | Last Version34.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSAP SCIMono Library
SAP SCIMono provides drop-in support for serving a SCIM v2 API.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scimono-parent-34.0.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sap.scimono/scimono-parent/ -->
<dependency>
<groupId>com.sap.scimono</groupId>
<artifactId>scimono-parent</artifactId>
<version>34.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sap.scimono/scimono-parent/
implementation 'com.sap.scimono:scimono-parent:34.0.0'
// https://jarcasting.com/artifacts/com.sap.scimono/scimono-parent/
implementation ("com.sap.scimono:scimono-parent:34.0.0")
'com.sap.scimono:scimono-parent:pom:34.0.0'
<dependency org="com.sap.scimono" name="scimono-parent" rev="34.0.0">
<artifact name="scimono-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sap.scimono', module='scimono-parent', version='34.0.0')
)
libraryDependencies += "com.sap.scimono" % "scimono-parent" % "34.0.0"
[com.sap.scimono/scimono-parent "34.0.0"]