Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex |
ArtifactId | ArtifactIdcocaine |
Version | Version0.11.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cocaine-0.11.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex/cocaine/ -->
<dependency>
<groupId>ru.yandex</groupId>
<artifactId>cocaine</artifactId>
<version>0.11.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex/cocaine/
implementation 'ru.yandex:cocaine:0.11.0.0'
// https://jarcasting.com/artifacts/ru.yandex/cocaine/
implementation ("ru.yandex:cocaine:0.11.0.0")
'ru.yandex:cocaine:pom:0.11.0.0'
<dependency org="ru.yandex" name="cocaine" rev="0.11.0.0">
<artifact name="cocaine" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.yandex', module='cocaine', version='0.11.0.0')
)
libraryDependencies += "ru.yandex" % "cocaine" % "0.11.0.0"
[ru.yandex/cocaine "0.11.0.0"]