truevfs-ext-pacemaker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.java.truevfs</groupId> <artifactId>truevfs-ext-pacemaker</artifactId> <version>0.14.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>net.java.truevfs</groupId> <artifactId>truevfs-ext-pacemaker</artifactId> <packaging>jar</packaging> <description>Constraints the number of concurrently mounted archive file systems in order to save some heap space. Provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.</description> <url>http://truevfs.net/</url> <version>0.14.0</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>TrueVFS Extension Pacemaker</name> <organization> <name>Schlichtherle IT Services</name> <url>http://schlichtherle.de</url> </organization> <scm> <url>https://github.com/christian-schlichtherle/truevfs</url> <connection>scm:git:git@github.com/christian-schlichtherle/truevfs.git</connection> <developerConnection>scm:git:git@github.com/christian-schlichtherle/truevfs.git</developerConnection> </scm> <developers> <developer> <name>Christian Schlichtherle</name> <email>christian AT schlichtherle DOT de</email> <organization>Schlichtherle IT Services</organization> <timezone>4</timezone> <roles> <role>owner</role> </roles> <properties> <picUrl>http://www.gravatar.com/avatar/e2f69ddc944f8891566fc4b18518e4e6.png</picUrl> </properties> </developer> </developers> <issueManagement> <system>Github</system> <url>https://github.com/christian-schlichtherle/truevfs/issues</url> </issueManagement> <dependencies> <dependency> <groupId>net.java.truevfs</groupId> <artifactId>truevfs-comp-jmx</artifactId> <version>0.14.0</version> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.7.7</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.15.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.30</version> <scope>test</scope> </dependency> </dependencies> </project>