jppf-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jppf</groupId> <artifactId>jppf-client</artifactId> <version>6.3-alpha</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.jppf</groupId> <artifactId>jppf-client</artifactId> <packaging>jar</packaging> <name>JPPF client API</name> <version>6.3-alpha</version> <description>JPPF, the open source grid computing solution</description> <url>https://www.jppf.org</url> <issueManagement> <system>The Bug Genie</system> <url>https://www.jppf.org/tracker/tbg</url> </issueManagement> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/jppf-grid/JPPF</connection> <developerConnection>scm:git:https://github.com/jppf-grid/JPPF</developerConnection> <url>https://github.com/jppf-grid/JPPF</url> </scm> <developers> <developer> <id>lolocohen</id> <name>Laurent Cohen</name> <email>laurent.cohen@jppf.org</email> </developer> </developers> <dependencies> <dependency> <groupId>org.jppf</groupId> <artifactId>jppf-jmxremote-nio</artifactId> <version>6.3-alpha</version> <exclusions> <exclusion> <groupId>com.github.oshi</groupId> <artifactId>oshi-core</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>