You can download clustering.services-0.4.0.jar in this page.
Open Source
clustering.services-0.4.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.opendaylight.controller/clustering.services/pom.properties META-INF/maven/org.opendaylight.controller/clustering.services/pom.xml org.opendaylight.controller.clustering.services.CacheConfigException.class org.opendaylight.controller.clustering.services.CacheExistException.class org.opendaylight.controller.clustering.services.CacheListenerAddException.class org.opendaylight.controller.clustering.services.ICacheUpdateAware.class org.opendaylight.controller.clustering.services.IClusterContainerServices.class org.opendaylight.controller.clustering.services.IClusterGlobalServices.class org.opendaylight.controller.clustering.services.IClusterServices.class org.opendaylight.controller.clustering.services.IClusterServicesCommon.class org.opendaylight.controller.clustering.services.ICoordinatorChangeAware.class org.opendaylight.controller.clustering.services.IGetUpdates.class org.opendaylight.controller.clustering.services.IListenRoleChange.class org.opendaylight.controller.clustering.services.ListenRoleChangeAddException.class
clustering.services-0.4.0.pom file content.
<?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> <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>commons.opendaylight</artifactId> <version>1.4.0</version> <relativePath>../../commons/opendaylight</relativePath> </parent> <scm> <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection> <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection> <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url> <tag>releasepom-0.1.0</tag> </scm> <artifactId>clustering.services</artifactId> <version>0.4.0</version> <packaging>bundle</packaging> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> <Export-Package> org.opendaylight.controller.clustering.services </Export-Package> <Import-Package> javax.transaction </Import-Package> </instructions> <manifestLocation>${project.basedir}/META-INF</manifestLocation> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>clustering.services</artifactId> <version>0.4.0</version> </dependency>
If you think the following clustering.services-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download clustering.services-0.4.0.jar file