License |
License |
---|---|
GroupId | GroupIdedu.psu.swe.scim |
ArtifactId | ArtifactIdscim-spec-schema |
Version | Version2.22.4 |
Type | Typejar |
Description |
DescriptionSCIM - Specification - Schema
Penn State's Open Source JavaEE implmentation of the SCIM version 2.0 specification (RFC7642, RFC7643 and RFC7644)
|
Filename | Size |
---|---|
scim-spec-schema-2.22.4.pom | |
scim-spec-schema-2.22.4.jar | 141 KB |
scim-spec-schema-2.22.4-test-javadoc.jar | 53 KB |
scim-spec-schema-2.22.4-sources.jar | 91 KB |
scim-spec-schema-2.22.4-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-spec-schema/ -->
<dependency>
<groupId>edu.psu.swe.scim</groupId>
<artifactId>scim-spec-schema</artifactId>
<version>2.22.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-spec-schema/
implementation 'edu.psu.swe.scim:scim-spec-schema:2.22.4'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-spec-schema/
implementation ("edu.psu.swe.scim:scim-spec-schema:2.22.4")
'edu.psu.swe.scim:scim-spec-schema:jar:2.22.4'
<dependency org="edu.psu.swe.scim" name="scim-spec-schema" rev="2.22.4">
<artifact name="scim-spec-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-spec-schema', version='2.22.4')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-spec-schema" % "2.22.4"
[edu.psu.swe.scim/scim-spec-schema "2.22.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml : jaxb-api | jar | 2.1 |
javax.validation : validation-api | jar | 1.1.0.Final |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.fasterxml.jackson.core : jackson-annotations | jar | |
org.antlr : antlr4-runtime | jar | 4.5.3 |
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.14 |
javax : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
pl.pragmatists : JUnitParams | jar | 1.0.4 |
org.hibernate : hibernate-validator | jar | 5.1.3.Final |
org.glassfish : javax.el | jar | 3.0.0 |
org.slf4j : slf4j-simple | jar | 1.7.12 |