| Группа | Группаio.magentys |
|---|---|
| Идентификатор | Идентификаторcherry |
| Версия | Версия0.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cherry-0.0.5.pom | |
| cherry-0.0.5.jar | 10 KB |
| cherry-0.0.5-sources.jar | 4 KB |
| cherry-0.0.5-javadoc.jar | 78 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.magentys/cherry/ -->
<dependency>
<groupId>io.magentys</groupId>
<artifactId>cherry</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.magentys/cherry/
implementation 'io.magentys:cherry:0.0.5'
// https://jarcasting.com/artifacts/io.magentys/cherry/
implementation ("io.magentys:cherry:0.0.5")
'io.magentys:cherry:jar:0.0.5'
<dependency org="io.magentys" name="cherry" rev="0.0.5">
<artifact name="cherry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.magentys', module='cherry', version='0.0.5')
)
libraryDependencies += "io.magentys" % "cherry" % "0.0.5"
[io.magentys/cherry "0.0.5"]