Download SCIMple

SCIMple Archive Downloads

To Download Apache Directory SCIMple:

SCIMple Maven Dependencies

To embed Apache Directory SCIMple components into applications via Maven dependencies:

Add the Apache SCIMple dependencies to the project:

<dependency>
    <groupId>org.apache.directory.scim</groupId>
    <artifactId>scim-server</artifactId>
    <version>1.0.0-M1</version>
</dependency>

<!-- Spring Boot users, can use the starter package -->
<dependency>
    <groupId>org.apache.directory.scim</groupId>
    <artifactId>scim-spring-boot-starter</artifactId>
    <version>1.0.0-M1</version>
</dependency>

See the Five Minute Spring Boot tutorial for more details!

Tutorials for other frameworks coming soon! If you cannot wait, look at the examples on GitHub: