is not current version
Last Version 0.0.20

com.github.zed-platform:zed-shell 0.0.12

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.zed-platform
ArtifactId

ArtifactId

zed-shell
Version

Version

0.0.12
Type

Type

war

Download zed-shell 0.0.12


<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/ -->
<dependency>
    <groupId>com.github.zed-platform</groupId>
    <artifactId>zed-shell</artifactId>
    <version>0.0.12</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation 'com.github.zed-platform:zed-shell:0.0.12'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation ("com.github.zed-platform:zed-shell:0.0.12")
'com.github.zed-platform:zed-shell:war:0.0.12'
<dependency org="com.github.zed-platform" name="zed-shell" rev="0.0.12">
  <artifact name="zed-shell" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-shell', version='0.0.12')
)
libraryDependencies += "com.github.zed-platform" % "zed-shell" % "0.0.12"
[com.github.zed-platform/zed-shell "0.0.12"]