Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.zed-platform |
ArtifactId | ArtifactIdzed-shell |
Version | Version0.0.2 |
Type | Typewar |
Filename | Size |
---|---|
zed-shell-0.0.2.pom | |
zed-shell-0.0.2.war | 36 MB |
zed-shell-0.0.2-sources.jar | 3 KB |
zed-shell-0.0.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-shell</artifactId>
<version>0.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation 'com.github.zed-platform:zed-shell:0.0.2'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-shell/
implementation ("com.github.zed-platform:zed-shell:0.0.2")
'com.github.zed-platform:zed-shell:war:0.0.2'
<dependency org="com.github.zed-platform" name="zed-shell" rev="0.0.2">
<artifact name="zed-shell" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-shell', version='0.0.2')
)
libraryDependencies += "com.github.zed-platform" % "zed-shell" % "0.0.2"
[com.github.zed-platform/zed-shell "0.0.2"]