is not current version
Last Version 0.0.20

com.github.zed-platform:zed 0.0.17

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
Version

Version

0.0.17
Type

Type

pom

Download zed 0.0.17

Filename Size
zed-0.0.17.pom 5 KB
Browse

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