Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ea.orbit |
ArtifactId | ArtifactIdorbit-rest-client |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
orbit-rest-client-0.5.1.pom | |
orbit-rest-client-0.5.1.jar | 14 KB |
orbit-rest-client-0.5.1-sources.jar | 9 KB |
orbit-rest-client-0.5.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-rest-client/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-rest-client</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-rest-client/
implementation 'com.ea.orbit:orbit-rest-client:0.5.1'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-rest-client/
implementation ("com.ea.orbit:orbit-rest-client:0.5.1")
'com.ea.orbit:orbit-rest-client:jar:0.5.1'
<dependency org="com.ea.orbit" name="orbit-rest-client" rev="0.5.1">
<artifact name="orbit-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-rest-client', version='0.5.1')
)
libraryDependencies += "com.ea.orbit" % "orbit-rest-client" % "0.5.1"
[com.ea.orbit/orbit-rest-client "0.5.1"]