| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.nakedobjects.plugins | 
| ArtifactId | ArtifactIdhttp-remoting-client | 
| Version | Version1.0-alpha-4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting-client/ -->
<dependency>
    <groupId>org.nakedobjects.plugins</groupId>
    <artifactId>http-remoting-client</artifactId>
    <version>1.0-alpha-4</version>
</dependency>// https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting-client/
implementation 'org.nakedobjects.plugins:http-remoting-client:1.0-alpha-4'// https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting-client/
implementation ("org.nakedobjects.plugins:http-remoting-client:1.0-alpha-4")'org.nakedobjects.plugins:http-remoting-client:jar:1.0-alpha-4'<dependency org="org.nakedobjects.plugins" name="http-remoting-client" rev="1.0-alpha-4">
  <artifact name="http-remoting-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nakedobjects.plugins', module='http-remoting-client', version='1.0-alpha-4')
)libraryDependencies += "org.nakedobjects.plugins" % "http-remoting-client" % "1.0-alpha-4"[org.nakedobjects.plugins/http-remoting-client "1.0-alpha-4"]