Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-scim |
Version | Version1.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-scim/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-scim</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-scim/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-scim:1.4.3'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-scim/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-scim:1.4.3")
'org.cloudfoundry.identity:cloudfoundry-identity-scim:jar:1.4.3'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-scim" rev="1.4.3">
<artifact name="cloudfoundry-identity-scim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-scim', version='1.4.3')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-scim" % "1.4.3"
[org.cloudfoundry.identity/cloudfoundry-identity-scim "1.4.3"]