devscan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.hbm</groupId>
<artifactId>devscan</artifactId>
<version>2.2.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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.hbm</groupId>
<artifactId>devscan</artifactId>
<version>2.2.0</version>
<name>HBM device scan library for Java</name>
<description>A Java library to find and configure HBM devices via multicast communication.</description>
<url>https://github.com/HBM/java-scan</url>
<organization>
<name>Hottinger Baldwin Messtechnik GmbH</name>
<url>http://www.hbm.com</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Stephan Gatzka</name>
<organization>Hottinger Baldwin Messtechnik GmbH</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:HBM/java-scan.git</connection>
<developerConnection>scm:git:git@github.com:HBM/java-scan.git</developerConnection>
<url>git@github.com:HBM/java-scan.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>