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