| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.bowriverstudio | 
    
| ArtifactId | ArtifactIdfscrawler-test-documents | 
    
| Last Version | Last Version2.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionFSCrawler Test Documents 
            FS Crawler with custom OCR(Microsoft Computer Vision) offers a simple way to index binary files into elasticsearch. 
         | 
    
| Filename | Size | 
|---|---|
| fscrawler-test-documents-2.6.pom | |
| fscrawler-test-documents-2.6.jar | 446 KB | 
| fscrawler-test-documents-2.6-sources.jar | 444 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.bowriverstudio/fscrawler-test-documents/ -->
<dependency>
    <groupId>com.bowriverstudio</groupId>
    <artifactId>fscrawler-test-documents</artifactId>
    <version>2.6</version>
</dependency>
                // https://jarcasting.com/artifacts/com.bowriverstudio/fscrawler-test-documents/
implementation 'com.bowriverstudio:fscrawler-test-documents:2.6'
                // https://jarcasting.com/artifacts/com.bowriverstudio/fscrawler-test-documents/
implementation ("com.bowriverstudio:fscrawler-test-documents:2.6")
                'com.bowriverstudio:fscrawler-test-documents:jar:2.6'
                <dependency org="com.bowriverstudio" name="fscrawler-test-documents" rev="2.6">
  <artifact name="fscrawler-test-documents" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.bowriverstudio', module='fscrawler-test-documents', version='2.6')
)
                libraryDependencies += "com.bowriverstudio" % "fscrawler-test-documents" % "2.6"
                [com.bowriverstudio/fscrawler-test-documents "2.6"]