anchor-plugin-image-feature
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.anchoranalysis.anchor</groupId> <artifactId>anchor-plugin-image-feature</artifactId> <version>0.1.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.anchoranalysis.anchor</groupId> <artifactId>anchor-parent-plugins</artifactId> <version>0.1.0</version> </parent> <artifactId>anchor-plugin-image-feature</artifactId> <version>0.1.0</version> <description>Plugins for feature-extraction from images.</description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-bean</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-core</artifactId> <version>[0.3.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-beans-shared</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-feature</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-image-core</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-image-bean</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-image-feature</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-math</artifactId> <version>[0.2.1,1.0.0)</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-plugin-image</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-plugin-operator-feature</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-test</artifactId> <version>[0.3.1,1.0.0)</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>colt</groupId> <artifactId>colt</artifactId> <version>${colt.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>${commons-lang.version}</version> </dependency> <!-- START TEST DEPENDENCIES --> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>${xml-apis.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-test-feature</artifactId> <version>[0.2.1,1.0.0)</version> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-test-feature-plugins</artifactId> <version>0.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>anchor-test-image</artifactId> <version>[0.2.1,1.0.0)</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>3.7.7</version> <scope>test</scope> </dependency> <!-- END TEST DEPENDENCIES --> </dependencies> </project>