| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.alibaba.lindorm |
| ArtifactId | ArtifactIdlucene-core |
| Last Version | Last Version8.10.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLucene Core
Apache Lucene Java Core
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lucene-core-8.10.2.pom | |
| lucene-core-8.10.2.jar | 3 MB |
| lucene-core-8.10.2-tests.jar | 6 KB |
| lucene-core-8.10.2-sources.jar | 2 MB |
| lucene-core-8.10.2-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.lindorm/lucene-core/ -->
<dependency>
<groupId>com.alibaba.lindorm</groupId>
<artifactId>lucene-core</artifactId>
<version>8.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lucene-core/
implementation 'com.alibaba.lindorm:lucene-core:8.10.2'
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lucene-core/
implementation ("com.alibaba.lindorm:lucene-core:8.10.2")
'com.alibaba.lindorm:lucene-core:jar:8.10.2'
<dependency org="com.alibaba.lindorm" name="lucene-core" rev="8.10.2">
<artifact name="lucene-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.lindorm', module='lucene-core', version='8.10.2')
)
libraryDependencies += "com.alibaba.lindorm" % "lucene-core" % "8.10.2"
[com.alibaba.lindorm/lucene-core "8.10.2"]