GroupId | GroupIdcom.tink |
---|---|
ArtifactId | ArtifactIdservice |
Version | Version0.6.2 |
Type | Typeaar |
Filename | Size |
---|---|
service-0.6.2.pom | |
service-0.6.2-sources.jar | 37 KB |
service-0.6.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tink/service/ -->
<dependency>
<groupId>com.tink</groupId>
<artifactId>service</artifactId>
<version>0.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tink/service/
implementation 'com.tink:service:0.6.2'
// https://jarcasting.com/artifacts/com.tink/service/
implementation ("com.tink:service:0.6.2")
'com.tink:service:aar:0.6.2'
<dependency org="com.tink" name="service" rev="0.6.2">
<artifact name="service" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tink', module='service', version='0.6.2')
)
libraryDependencies += "com.tink" % "service" % "0.6.2"
[com.tink/service "0.6.2"]