License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdedu.psu.swe.scim |
ArtifactId | ArtifactIdscim-compliance-client |
Version | Version2.22.4 |
Type | Typejar |
Description |
DescriptionSCIM - Compliance - Client
Penn State's Open Source JavaEE implmentation of the SCIM version 2.0 specification (RFC7642, RFC7643 and RFC7644)
|
Filename | Size |
---|---|
scim-compliance-client-2.22.4.pom | |
scim-compliance-client-2.22.4.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-compliance-client/ -->
<dependency>
<groupId>edu.psu.swe.scim</groupId>
<artifactId>scim-compliance-client</artifactId>
<version>2.22.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-compliance-client/
implementation 'edu.psu.swe.scim:scim-compliance-client:2.22.4'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-compliance-client/
implementation ("edu.psu.swe.scim:scim-compliance-client:2.22.4")
'edu.psu.swe.scim:scim-compliance-client:jar:2.22.4'
<dependency org="edu.psu.swe.scim" name="scim-compliance-client" rev="2.22.4">
<artifact name="scim-compliance-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-compliance-client', version='2.22.4')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-compliance-client" % "2.22.4"
[edu.psu.swe.scim/scim-compliance-client "2.22.4"]