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