GroupId | GroupIdcom.gojek.courier |
---|---|
ArtifactId | ArtifactIdcourier-auth-http |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
courier-auth-http-0.0.3.pom | |
courier-auth-http-0.0.3-sources.jar | 3 KB |
courier-auth-http-0.0.3-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.courier/courier-auth-http/ -->
<dependency>
<groupId>com.gojek.courier</groupId>
<artifactId>courier-auth-http</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.courier/courier-auth-http/
implementation 'com.gojek.courier:courier-auth-http:0.0.3'
// https://jarcasting.com/artifacts/com.gojek.courier/courier-auth-http/
implementation ("com.gojek.courier:courier-auth-http:0.0.3")
'com.gojek.courier:courier-auth-http:aar:0.0.3'
<dependency org="com.gojek.courier" name="courier-auth-http" rev="0.0.3">
<artifact name="courier-auth-http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.courier', module='courier-auth-http', version='0.0.3')
)
libraryDependencies += "com.gojek.courier" % "courier-auth-http" % "0.0.3"
[com.gojek.courier/courier-auth-http "0.0.3"]