<dependency> <groupId>org.zalando</groupId> <artifactId>riptide-auth</artifactId> <version>3.1.1</version> </dependency>
implementation 'org.zalando:riptide-auth:3.1.1'
implementation("org.zalando:riptide-auth:3.1.1")
libraryDependencies += "org.zalando" % "riptide-auth" % "3.1.1"
@Grapes( @Grab(group='org.zalando', module='riptide-auth', version='3.1.1') )
<dependency org="org.zalando" name="riptide-auth" rev="3.1.1" />
[org.zalando/riptide-auth "3.1.1"]
'org.zalando:riptide-auth:jar:3.1.1'
<parent> <groupId>org.zalando</groupId> <artifactId>riptide-parent</artifactId> <version>3.1.1</version> </parent>
compile
|-- org.zalando:riptide-core
|-- org.springframework:spring-test
|-- com.github.rest-driver:rest-client-driver
test
|-- org.zalando:riptide-httpclient