GroupId | GroupIdde.captaingoldfish |
---|---|
ArtifactId | ArtifactIdscim-sdk-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
scim-sdk-parent-1.1.1.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.captaingoldfish/scim-sdk-parent/ -->
<dependency>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-sdk-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.captaingoldfish/scim-sdk-parent/
implementation 'de.captaingoldfish:scim-sdk-parent:1.1.1'
// https://jarcasting.com/artifacts/de.captaingoldfish/scim-sdk-parent/
implementation ("de.captaingoldfish:scim-sdk-parent:1.1.1")
'de.captaingoldfish:scim-sdk-parent:pom:1.1.1'
<dependency org="de.captaingoldfish" name="scim-sdk-parent" rev="1.1.1">
<artifact name="scim-sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.captaingoldfish', module='scim-sdk-parent', version='1.1.1')
)
libraryDependencies += "de.captaingoldfish" % "scim-sdk-parent" % "1.1.1"
[de.captaingoldfish/scim-sdk-parent "1.1.1"]