com.github.sogyf:goja-lucene

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.github.sogyf
Идентификатор

Идентификатор

goja-lucene
Последняя версия

Последняя версия

0.1.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать goja-lucene

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.lucene : lucene-core jar 4.9.0
org.apache.lucene : lucene-analyzers-common jar 4.9.0
org.apache.lucene : lucene-queryparser jar 4.9.0
org.apache.lucene : lucene-queries jar 4.9.0
org.apache.lucene : lucene-sandbox jar 4.9.0
org.apache.lucene : lucene-highlighter jar 4.9.0
org.apache.lucene : lucene-memory jar 4.9.0
com.google.guava : guava jar 18.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

Goja

感谢:@JFinal @JFinal-ext

  1. JFinal基础上,参考Play 1.2配置方式,将大部分的配置整合到一个配置文件,并支持动态启动相关插件等!
  2. 需要使用JDK-1.6 以及 Servlet 3.0 以上版本
  3. 通过javax.servlet.ServletContainerInitializer(需要Servlet3.0以上容器)的方式去掉了web.xml的配置

一、Goja-Cli(推荐)

一个为了方便使用idea和不喜欢Maven的脚本工具。可点击这里进行下载。

    $ goja
    ~
    ~ Gaja Application.
    ~ Usage: goja cmd application_name [-options]
    ~
    ~ with, new          Create a new application
    ~       war          Export the application as a standalone WAR archive
    ~       syncdb       Sync Database table to Jfinal Model
    ~       idea         Convert the project to Intellij IDEA project
    ~       pom          Generate Maven POM file, and comply with the standard configuration Goja-app
    ~       upgrade      Upgrade Code To Goja.
    ~       help         Show goja help
    ~

更多信息

可以点击 Goja Document 查看更详细的信息。

示例

jfinal-showcase

com.github.sogyf

GojaFramework

Goja Java Web Framework;Based on the Jfinal Framework.

Версии библиотеки

Версия
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5.2
0.1.5.1
0.1.5
0.1.4-1
0.1.4
0.1.3
0.1.2
0.1.1
0.1
0.0.10