文件下载
文件名 操作
EasyLucene-1.0.0.jar 下载
EasyLucene-1.0.0.pom 下载
EasyLucene-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.wybusy</groupId>
  <artifactId>EasyLucene</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.wybusy:EasyLucene:1.0.0'
Gradle Kotlin
implementation("com.wybusy:EasyLucene:1.0.0")
Scala SBT
libraryDependencies += "com.wybusy" % "EasyLucene" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wybusy', module='EasyLucene', version='1.0.0')
)
Apache Ivy
<dependency org="com.wybusy" name="EasyLucene" rev="1.0.0" />
Leiningen
[com.wybusy/EasyLucene "1.0.0"]
Apache Buildr
'com.wybusy:EasyLucene:jar:1.0.0'