You can download bundlescanner-0.4.1.jar in this page.
Open Source
bundlescanner-0.4.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.opendaylight.controller/bundlescanner/pom.properties META-INF/maven/org.opendaylight.controller/bundlescanner/pom.xml org.opendaylight.controller.northbound.bundlescanner.IBundleScanService.class
bundlescanner-0.4.1.pom file content.
<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.1</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>master-tagforprepareonly-controller-bulk-release-2-1</tag> </scm> <artifactId>bundlescanner</artifactId> <version>0.4.1</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> <Import-Package> org.osgi.framework, org.slf4j, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, </Import-Package> <Export-Package> org.opendaylight.controller.northbound.bundlescanner </Export-Package> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>bundlescanner</artifactId> <version>0.4.1</version> </dependency>
If you think the following bundlescanner-0.4.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download bundlescanner-0.4.1.jar file