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