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