| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.zed-platform |
| Идентификатор | Идентификаторzed-shell |
| Версия | Версия0.0.19 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| zed-shell-0.0.19.pom | |
| zed-shell-0.0.19.war | 36 MB |
| zed-shell-0.0.19-sources.jar | 4 KB |
| zed-shell-0.0.19-javadoc.jar | 42 KB |
| zed-shell-0.0.19-classes.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-shell</artifactId>
<version>0.0.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation 'com.github.zed-platform:zed-shell:0.0.19'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation ("com.github.zed-platform:zed-shell:0.0.19")
'com.github.zed-platform:zed-shell:war:0.0.19'
<dependency org="com.github.zed-platform" name="zed-shell" rev="0.0.19">
<artifact name="zed-shell" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-shell', version='0.0.19')
)
libraryDependencies += "com.github.zed-platform" % "zed-shell" % "0.0.19"
[com.github.zed-platform/zed-shell "0.0.19"]