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