Categories |
CategoriesSecurity CLI User Interface |
---|---|
GroupId | GroupIdio.getlime.security |
ArtifactId | ArtifactIdpowerauth-rest-client-spring |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.getlime.security/powerauth-rest-client-spring/ -->
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-rest-client-spring</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.getlime.security/powerauth-rest-client-spring/
implementation 'io.getlime.security:powerauth-rest-client-spring:1.3.0'
// https://jarcasting.com/artifacts/io.getlime.security/powerauth-rest-client-spring/
implementation ("io.getlime.security:powerauth-rest-client-spring:1.3.0")
'io.getlime.security:powerauth-rest-client-spring:jar:1.3.0'
<dependency org="io.getlime.security" name="powerauth-rest-client-spring" rev="1.3.0">
<artifact name="powerauth-rest-client-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getlime.security', module='powerauth-rest-client-spring', version='1.3.0')
)
libraryDependencies += "io.getlime.security" % "powerauth-rest-client-spring" % "1.3.0"
[io.getlime.security/powerauth-rest-client-spring "1.3.0"]