MVN

nl.inl.blacklab : blacklab

Maven & Gradle

Oct 06, 2022
1 usages
85 stars

BlackLab Core · BlackLab is a corpus retrieval engine written in Java, built on top of Apache Lucene. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora.

<dependency>
    <groupId>nl.inl.blacklab</groupId>
    <artifactId>blacklab</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
blacklab-3.0.1
blacklab-3.0.0
2.3.x
blacklab-2.3.1
blacklab-2.3.0
2.2.x
blacklab-2.2.0
2.1.x
blacklab-2.1.1
blacklab-2.1.0
2.0.x
blacklab-2.0.0
1.7.x
blacklab-1.7.3
blacklab-1.7.2
blacklab-1.7.1
blacklab-1.7.0
1.6.x
blacklab-1.6.0
1.5.x
blacklab-1.5.0
1.4.x
blacklab-1.4.1
blacklab-1.4.0
1.3.x
blacklab-1.3.7
blacklab-1.3.6
blacklab-1.3.5
blacklab-1.3.4
blacklab-1.3.3
blacklab-1.3.2
1.1.x
blacklab-1.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.inl.blacklab</groupId>
    <artifactId>blacklab</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.inl.blacklab : blacklab gradle dependency to your build.gradle file:

implementation 'nl.inl.blacklab:blacklab:3.0.1'

Gradle Kotlin DSL: Add the following nl.inl.blacklab : blacklab gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.inl.blacklab:blacklab:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.inl.blacklab : blacklab sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.inl.blacklab" % "blacklab" % "3.0.1"