GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-surround |
Version | Version1.9.1 |
Type | Typejar |
Filename | Size |
---|---|
lucene-surround-1.9.1.pom | |
lucene-surround-1.9.1.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-surround</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation 'org.apache.lucene:lucene-surround:1.9.1'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-surround/
implementation ("org.apache.lucene:lucene-surround:1.9.1")
'org.apache.lucene:lucene-surround:jar:1.9.1'
<dependency org="org.apache.lucene" name="lucene-surround" rev="1.9.1">
<artifact name="lucene-surround" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-surround', version='1.9.1')
)
libraryDependencies += "org.apache.lucene" % "lucene-surround" % "1.9.1"
[org.apache.lucene/lucene-surround "1.9.1"]