fscrawler-es6
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.pilato.elasticsearch.crawler</groupId> <artifactId>fscrawler-es6</artifactId> <version>2.9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>fr.pilato.elasticsearch.crawler</groupId> <artifactId>fscrawler-distribution</artifactId> <version>2.9</version> </parent> <artifactId>fscrawler-es6</artifactId> <name>FSCrawler ZIP Distribution for Elasticsearch 6.x</name> <properties> <module.name>es6</module.name> </properties> <dependencies> <dependency> <groupId>fr.pilato.elasticsearch.crawler</groupId> <artifactId>fscrawler-elasticsearch-client-v6</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> </plugin> <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> </plugin> </plugins> </build> </project>