GroupId | GroupIdedu.psu.swe.scim |
---|---|
ArtifactId | ArtifactIdscim-server-common |
Version | Version2.22.1 |
Type | Typejar |
Filename | Size |
---|---|
scim-server-common-2.22.1.pom | |
scim-server-common-2.22.1.jar | 103 KB |
scim-server-common-2.22.1-test-javadoc.jar | 79 KB |
scim-server-common-2.22.1-sources.jar | 66 KB |
scim-server-common-2.22.1-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-server-common/ -->
<dependency>
<groupId>edu.psu.swe.scim</groupId>
<artifactId>scim-server-common</artifactId>
<version>2.22.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-server-common/
implementation 'edu.psu.swe.scim:scim-server-common:2.22.1'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-server-common/
implementation ("edu.psu.swe.scim:scim-server-common:2.22.1")
'edu.psu.swe.scim:scim-server-common:jar:2.22.1'
<dependency org="edu.psu.swe.scim" name="scim-server-common" rev="2.22.1">
<artifact name="scim-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-server-common', version='2.22.1')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-server-common" % "2.22.1"
[edu.psu.swe.scim/scim-server-common "2.22.1"]