app-scan-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.phoebus</groupId> <artifactId>app-scan-client</artifactId> <version>5.0.0</version> </dependency>
<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.phoebus</groupId> <artifactId>app-scan</artifactId> <version>5.0.0</version> </parent> <artifactId>app-scan-client</artifactId> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.phoebus</groupId> <artifactId>core-framework</artifactId> <version>5.0.0</version> </dependency> <dependency> <groupId>org.phoebus</groupId> <artifactId>app-scan-model</artifactId> <version>5.0.0</version> </dependency> </dependencies> </project>