is not current version
Last Version 0.0.20

com.github.zed-platform:zed-service 0.0.9

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-service
Version

Version

0.0.9
Type

Type

pom

Download zed-service 0.0.9

Filename Size
zed-service-0.0.9.pom 942 bytes
Browse

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