GroupId | GroupIdde.adorsys.sts |
---|---|
ArtifactId | ArtifactIdsts-service-component-example |
Version | Version0.27.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.adorsys.sts/sts-service-component-example/ -->
<dependency>
<groupId>de.adorsys.sts</groupId>
<artifactId>sts-service-component-example</artifactId>
<version>0.27.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.sts/sts-service-component-example/
implementation 'de.adorsys.sts:sts-service-component-example:0.27.2'
// https://jarcasting.com/artifacts/de.adorsys.sts/sts-service-component-example/
implementation ("de.adorsys.sts:sts-service-component-example:0.27.2")
'de.adorsys.sts:sts-service-component-example:jar:0.27.2'
<dependency org="de.adorsys.sts" name="sts-service-component-example" rev="0.27.2">
<artifact name="sts-service-component-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.sts', module='sts-service-component-example', version='0.27.2')
)
libraryDependencies += "de.adorsys.sts" % "sts-service-component-example" % "0.27.2"
[de.adorsys.sts/sts-service-component-example "0.27.2"]