GroupId | GroupIdorg.nakedobjects.plugins |
---|---|
ArtifactId | ArtifactIdhttp-remoting |
Version | Version1.0-beta-1 |
Type | Typepom |
Filename | Size |
---|---|
http-remoting-1.0-beta-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting/ -->
<dependency>
<groupId>org.nakedobjects.plugins</groupId>
<artifactId>http-remoting</artifactId>
<version>1.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting/
implementation 'org.nakedobjects.plugins:http-remoting:1.0-beta-1'
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/http-remoting/
implementation ("org.nakedobjects.plugins:http-remoting:1.0-beta-1")
'org.nakedobjects.plugins:http-remoting:pom:1.0-beta-1'
<dependency org="org.nakedobjects.plugins" name="http-remoting" rev="1.0-beta-1">
<artifact name="http-remoting" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects.plugins', module='http-remoting', version='1.0-beta-1')
)
libraryDependencies += "org.nakedobjects.plugins" % "http-remoting" % "1.0-beta-1"
[org.nakedobjects.plugins/http-remoting "1.0-beta-1"]