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