is not current version
Last Version 2.3.0

nl.inl.blacklab:blacklab 2.0.0

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.

GroupId

GroupId

nl.inl.blacklab
ArtifactId

ArtifactId

blacklab
Version

Version

2.0.0
Type

Type

jar

Download blacklab 2.0.0


<!-- https://jarcasting.com/artifacts/nl.inl.blacklab/blacklab/ -->
<dependency>
    <groupId>nl.inl.blacklab</groupId>
    <artifactId>blacklab</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.inl.blacklab/blacklab/
implementation 'nl.inl.blacklab:blacklab:2.0.0'
// https://jarcasting.com/artifacts/nl.inl.blacklab/blacklab/
implementation ("nl.inl.blacklab:blacklab:2.0.0")
'nl.inl.blacklab:blacklab:jar:2.0.0'
<dependency org="nl.inl.blacklab" name="blacklab" rev="2.0.0">
  <artifact name="blacklab" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.inl.blacklab', module='blacklab', version='2.0.0')
)
libraryDependencies += "nl.inl.blacklab" % "blacklab" % "2.0.0"
[nl.inl.blacklab/blacklab "2.0.0"]