MVN

nl.inl.blacklab : blacklab-convert-and-tag-indexer

Maven & Gradle

Oct 06, 2022
84 stars

BlackLab Convert and tag indexer · Example of a DocIndexer that is able to convert several non-XML file types to XML and tag them.

<dependency>
    <groupId>nl.inl.blacklab</groupId>
    <artifactId>blacklab-convert-and-tag-indexer</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.inl.blacklab : blacklab-convert-and-tag-indexer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of nl.inl.blacklab : blacklab-convert-and-tag-indexer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
blacklab-convert-and-tag-indexer-3.0.1
blacklab-convert-and-tag-indexer-3.0.0
2.3.x
blacklab-convert-and-tag-indexer-2.3.1
blacklab-convert-and-tag-indexer-2.3.0
2.2.x
blacklab-convert-and-tag-indexer-2.2.0

How to add a dependency to Maven

Add the following nl.inl.blacklab : blacklab-convert-and-tag-indexer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.inl.blacklab</groupId>
    <artifactId>blacklab-convert-and-tag-indexer</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.inl.blacklab : blacklab-convert-and-tag-indexer gradle dependency to your build.gradle file:

implementation 'nl.inl.blacklab:blacklab-convert-and-tag-indexer:3.0.1'

Gradle Kotlin DSL: Add the following nl.inl.blacklab : blacklab-convert-and-tag-indexer gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.inl.blacklab:blacklab-convert-and-tag-indexer:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.inl.blacklab : blacklab-convert-and-tag-indexer sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.inl.blacklab" % "blacklab-convert-and-tag-indexer" % "3.0.1"