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