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