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