License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdedu.psu.swe.scim |
ArtifactId | ArtifactIdscim-client |
Version | Version2.22.4 |
Type | Typejar |
Description |
DescriptionSCIM - Client
Penn State's Open Source JavaEE implmentation of the SCIM version 2.0 specification (RFC7642, RFC7643 and RFC7644)
|
Filename | Size |
---|---|
scim-client-2.22.4.pom | |
scim-client-2.22.4.jar | 29 KB |
scim-client-2.22.4-test-javadoc.jar | 48 KB |
scim-client-2.22.4-sources.jar | 15 KB |
scim-client-2.22.4-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-client/ -->
<dependency>
<groupId>edu.psu.swe.scim</groupId>
<artifactId>scim-client</artifactId>
<version>2.22.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-client/
implementation 'edu.psu.swe.scim:scim-client:2.22.4'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-client/
implementation ("edu.psu.swe.scim:scim-client:2.22.4")
'edu.psu.swe.scim:scim-client:jar:2.22.4'
<dependency org="edu.psu.swe.scim" name="scim-client" rev="2.22.4">
<artifact name="scim-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-client', version='2.22.4')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-client" % "2.22.4"
[edu.psu.swe.scim/scim-client "2.22.4"]
Group / Artifact | Type | Version |
---|---|---|
edu.psu.swe.scim : scim-spec-schema | jar | 2.22.4 |
edu.psu.swe.scim : scim-spec-protocol | jar | 2.22.4 |
edu.psu.swe.scim : scim-common | jar | 2.22.4 |
edu.psu.swe.commons : commons-jaxrs | jar | 1.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |