License |
License |
---|---|
GroupId | GroupIdorg.nakedobjects.plugins |
ArtifactId | ArtifactIdremoting |
Last Version | Last Version1.0-alpha-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNaked Objects Remoting (Client/Server) Support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
remoting-1.0-alpha-2.pom | 1 KB |
remoting-1.0-alpha-2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedobjects.plugins/remoting/ -->
<dependency>
<groupId>org.nakedobjects.plugins</groupId>
<artifactId>remoting</artifactId>
<version>1.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/remoting/
implementation 'org.nakedobjects.plugins:remoting:1.0-alpha-2'
// https://jarcasting.com/artifacts/org.nakedobjects.plugins/remoting/
implementation ("org.nakedobjects.plugins:remoting:1.0-alpha-2")
'org.nakedobjects.plugins:remoting:jar:1.0-alpha-2'
<dependency org="org.nakedobjects.plugins" name="remoting" rev="1.0-alpha-2">
<artifact name="remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects.plugins', module='remoting', version='1.0-alpha-2')
)
libraryDependencies += "org.nakedobjects.plugins" % "remoting" % "1.0-alpha-2"
[org.nakedobjects.plugins/remoting "1.0-alpha-2"]