GroupId | GroupIdcom.nike.riposte |
---|---|
ArtifactId | ArtifactIdriposte-auth |
Version | Version0.13.1 |
Type | Typejar |
Filename | Size |
---|---|
riposte-auth-0.13.1.pom | |
riposte-auth-0.13.1.jar | 5 KB |
riposte-auth-0.13.1-sources.jar | 3 KB |
riposte-auth-0.13.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nike.riposte/riposte-auth/ -->
<dependency>
<groupId>com.nike.riposte</groupId>
<artifactId>riposte-auth</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-auth/
implementation 'com.nike.riposte:riposte-auth:0.13.1'
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-auth/
implementation ("com.nike.riposte:riposte-auth:0.13.1")
'com.nike.riposte:riposte-auth:jar:0.13.1'
<dependency org="com.nike.riposte" name="riposte-auth" rev="0.13.1">
<artifact name="riposte-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.riposte', module='riposte-auth', version='0.13.1')
)
libraryDependencies += "com.nike.riposte" % "riposte-auth" % "0.13.1"
[com.nike.riposte/riposte-auth "0.13.1"]