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