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