GroupId | GroupIdedu.psu.swe.scim |
---|---|
ArtifactId | ArtifactIdscim-server-common |
Version | Version2.20 |
Type | Typejar |
Filename | Size |
---|---|
scim-server-common-2.20.pom | |
scim-server-common-2.20.jar | 102 KB |
scim-server-common-2.20-test-javadoc.jar | 79 KB |
scim-server-common-2.20-sources.jar | 48 KB |
scim-server-common-2.20-javadoc.jar | 266 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.20</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-server-common/
implementation 'edu.psu.swe.scim:scim-server-common:2.20'
// https://jarcasting.com/artifacts/edu.psu.swe.scim/scim-server-common/
implementation ("edu.psu.swe.scim:scim-server-common:2.20")
'edu.psu.swe.scim:scim-server-common:jar:2.20'
<dependency org="edu.psu.swe.scim" name="scim-server-common" rev="2.20">
<artifact name="scim-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.scim', module='scim-server-common', version='2.20')
)
libraryDependencies += "edu.psu.swe.scim" % "scim-server-common" % "2.20"
[edu.psu.swe.scim/scim-server-common "2.20"]