GroupId | GroupIdorg.apache.lucene |
---|---|
ArtifactId | ArtifactIdlucene-stempel |
Version | Version3.6.0 |
Type | Typejar |
Filename | Size |
---|---|
lucene-stempel-3.6.0.pom | |
lucene-stempel-3.6.0.jar | 499 KB |
lucene-stempel-3.6.0-sources.jar | 517 KB |
lucene-stempel-3.6.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-stempel/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-stempel</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-stempel/
implementation 'org.apache.lucene:lucene-stempel:3.6.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-stempel/
implementation ("org.apache.lucene:lucene-stempel:3.6.0")
'org.apache.lucene:lucene-stempel:jar:3.6.0'
<dependency org="org.apache.lucene" name="lucene-stempel" rev="3.6.0">
<artifact name="lucene-stempel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-stempel', version='3.6.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-stempel" % "3.6.0"
[org.apache.lucene/lucene-stempel "3.6.0"]