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