Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.psu.swe.scim |
ArtifactId | ArtifactIdscim-client |
Version | Version2.22 |
Type | Typejar |
Filename | Size |
---|---|
scim-client-2.22.pom | |
scim-client-2.22.jar | 28 KB |
scim-client-2.22-test-javadoc.jar | 48 KB |
scim-client-2.22-sources.jar | 11 KB |
scim-client-2.22-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</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-client/
implementation 'edu.psu.swe.scim:scim-client:2.22'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-client/
implementation ("edu.psu.swe.scim:scim-client:2.22")
'edu.psu.swe.scim:scim-client:jar:2.22'
<dependency org="edu.psu.swe.scim" name="scim-client" rev="2.22">
<artifact name="scim-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-client', version='2.22')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-client" % "2.22"
[edu.psu.swe.scim/scim-client "2.22"]