s

scimple

Apache Directory SCIMple - Jakarta EE implementation of the SCIM version 2.0 specification (RFC7642, RFC7643 and RFC7644)
https://github.com/apache/directory-scimple
The Apache License, Version 2.0
Shawn Smith Christopher Harm Steve Moyer
Files download
File Operation
scimple-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.acryl</groupId>
  <artifactId>scimple</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.acryl:scimple:1.0.3'
Gradle Kotlin
implementation("io.acryl:scimple:1.0.3")
Scala SBT
libraryDependencies += "io.acryl" % "scimple" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.acryl', module='scimple', version='1.0.3')
)
Apache Ivy
<dependency org="io.acryl" name="scimple" rev="1.0.3" />
Leiningen
[io.acryl/scimple "1.0.3"]
Apache Buildr
'io.acryl:scimple:jar:1.0.3'