MVN

org.apache.isis.runtimes.dflt : remoting

Maven & Gradle

Feb 20, 2012

Default Runtime Remoting

<dependency>
    <groupId>org.apache.isis.runtimes.dflt</groupId>
    <artifactId>remoting</artifactId>
    <version>marshalling-xstream</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.isis.runtimes.dflt : remoting to add to Maven - Latest Versions:

  • Latest Stable: marshalling-xstream

All Versions

Choose a version of org.apache.isis.runtimes.dflt : remoting to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
remoting-0.2.0-incubating
0.1.x
remoting-0.1.2-incubating
transport
remoting-transport-sockets
remoting-transport-http-server
remoting-transport-http-client
remoting-transport-http
marshalling
remoting-marshalling-xstream
remoting-marshalling-serialize
remoting-marshalling-encode
common
remoting-common

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.isis.runtimes.dflt</groupId>
    <artifactId>remoting</artifactId>
    <version>marshalling-xstream</version>
</dependency>