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