You can download switchmanager-0.5.0.jar in this page.
Open Source
switchmanager-0.5.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.opendaylight.controller/switchmanager/pom.properties META-INF/maven/org.opendaylight.controller/switchmanager/pom.xml org.opendaylight.controller.switchmanager.IInventoryListener.class org.opendaylight.controller.switchmanager.ISpanAware.class org.opendaylight.controller.switchmanager.ISwitchManager.class org.opendaylight.controller.switchmanager.ISwitchManagerAware.class org.opendaylight.controller.switchmanager.SpanConfig.class org.opendaylight.controller.switchmanager.Subnet.class org.opendaylight.controller.switchmanager.SubnetConfig.class org.opendaylight.controller.switchmanager.Switch.class org.opendaylight.controller.switchmanager.SwitchConfig.class
switchmanager-0.5.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>switchmanager</artifactId> <version>0.5.0</version> <packaging>bundle</packaging> <properties> <!-- Sonar properties using jacoco to retrieve integration test results --> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath> <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.language>java</sonar.language> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> </plugin> </plugins> </pluginManagement> <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.switchmanager </Export-Package> <Import-Package> org.opendaylight.controller.clustering.services, org.opendaylight.controller.configuration, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.inventory, org.slf4j, org.apache.felix.dm, org.eclipse.osgi.framework.console, org.osgi.framework, javax.xml.bind.annotation, org.apache.commons.lang3.builder </Import-Package> </instructions> <manifestLocation>${project.basedir}/META-INF</manifestLocation> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <configuration> <includes>org.opendaylight.controller.*</includes> </configuration> <executions> <execution> <id>pre-test</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>post-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>clustering.services</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>configuration</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal</artifactId> <version>0.5.0</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>switchmanager</artifactId> <version>0.5.0</version> </dependency>
If you think the following switchmanager-0.5.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download switchmanager-0.5.0.jar file