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