GroupId | GroupIdru.tinkoff.decoro |
---|---|
ArtifactId | ArtifactIddecoro |
Version | Version1.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
decoro-1.2.2.pom | |
decoro-1.2.2.aar | 39 KB |
decoro-1.2.2-sources.jar | 31 KB |
decoro-1.2.2-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.tinkoff.decoro/decoro/ -->
<dependency>
<groupId>ru.tinkoff.decoro</groupId>
<artifactId>decoro</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.tinkoff.decoro/decoro/
implementation 'ru.tinkoff.decoro:decoro:1.2.2'
// https://jarcasting.com/artifacts/ru.tinkoff.decoro/decoro/
implementation ("ru.tinkoff.decoro:decoro:1.2.2")
'ru.tinkoff.decoro:decoro:aar:1.2.2'
<dependency org="ru.tinkoff.decoro" name="decoro" rev="1.2.2">
<artifact name="decoro" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.tinkoff.decoro', module='decoro', version='1.2.2')
)
libraryDependencies += "ru.tinkoff.decoro" % "decoro" % "1.2.2"
[ru.tinkoff.decoro/decoro "1.2.2"]