remote4j-channel
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.rjolly</groupId> <artifactId>remote4j-channel</artifactId> <version>1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.rjolly</groupId> <artifactId>remote4j-channel</artifactId> <packaging>jar</packaging> <version>1.1</version> <url>http://github.com/rjolly/remote4j/</url> <description>Thin functional layer on top of RMI.</description> <licenses> <license> <name>LGPL</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> </license> </licenses> <name>remote4j</name> <organization> <name>com.github.rjolly</name> </organization> <scm> <url>git@github.com:rjolly/remote4j.git</url> <connection>scm:git:git@github.com:rjolly/remote4j.git</connection> </scm> <developers> <developer> <id>rjolly</id> <name>Raphael Jolly</name> <url>http://github.com/rjolly</url> </developer> </developers> <dependencies> <dependency> <groupId>com.github.rjolly</groupId> <artifactId>remote4j</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>com.github.rjolly</groupId> <artifactId>java-channels-api</artifactId> <version>0.2</version> </dependency> </dependencies> </project>