| Categories |
CategoriesCLI User Interface ORM Data |
|---|---|
| GroupId | GroupIdcom.github.zed-platform |
| ArtifactId | ArtifactIdzed-rest-client |
| Version | Version0.0.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zed-rest-client-0.0.19.pom | |
| zed-rest-client-0.0.19.jar | 7 KB |
| zed-rest-client-0.0.19-sources.jar | 2 KB |
| zed-rest-client-0.0.19-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-rest-client/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-rest-client</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-rest-client/
implementation 'com.github.zed-platform:zed-rest-client:0.0.19'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-rest-client/
implementation ("com.github.zed-platform:zed-rest-client:0.0.19")
'com.github.zed-platform:zed-rest-client:jar:0.0.19'
<dependency org="com.github.zed-platform" name="zed-rest-client" rev="0.0.19">
<artifact name="zed-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-rest-client', version='0.0.19')
)
libraryDependencies += "com.github.zed-platform" % "zed-rest-client" % "0.0.19"
[com.github.zed-platform/zed-rest-client "0.0.19"]