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