qlack2-fuse-search-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.eurodyn.qlack2.fuse</groupId>
<artifactId>qlack2-fuse-search-api</artifactId>
<version>2.3.19</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>com.eurodyn.qlack2.fuse</groupId>
<artifactId>qlack2-fuse-search</artifactId>
<version>2.3.19</version>
<relativePath>..</relativePath>
</parent>
<artifactId>qlack2-fuse-search-api</artifactId>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Bundle-Description>QLACK2 :: Fuse :: Search :: api</Bundle-Description>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.eurodyn.qlack2.common</groupId>
<artifactId>qlack2-common-util</artifactId>
</dependency>
</dependencies>
</project>