License |
License
unknown
|
---|---|
Categories |
CategoriesMaven Build Tools Search Business Logic Libraries |
GroupId | GroupIdcom.google.code.maven-play-plugin.org.playframework.modules.search |
ArtifactId | ArtifactIdplay-search |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlay! Search Module
Search allows you to have basic full text search functionalities to your JPA Model.
It is based on Lucene, and requires a real file system to store its indexes.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-search-2.0.pom | |
play-search-2.0.jar | 22 KB |
play-search-2.0-sources.jar | 12 KB |
play-search-2.0-module.zip | 17 KB |
play-search-2.0-module-min.zip | 2 KB |
play-search-2.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.search/play-search/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.org.playframework.modules.search</groupId>
<artifactId>play-search</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.search/play-search/
implementation 'com.google.code.maven-play-plugin.org.playframework.modules.search:play-search:2.0'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.org.playframework.modules.search/play-search/
implementation ("com.google.code.maven-play-plugin.org.playframework.modules.search:play-search:2.0")
'com.google.code.maven-play-plugin.org.playframework.modules.search:play-search:jar:2.0'
<dependency org="com.google.code.maven-play-plugin.org.playframework.modules.search" name="play-search" rev="2.0">
<artifact name="play-search" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.org.playframework.modules.search', module='play-search', version='2.0')
)
libraryDependencies += "com.google.code.maven-play-plugin.org.playframework.modules.search" % "play-search" % "2.0"
[com.google.code.maven-play-plugin.org.playframework.modules.search/play-search "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.maven-play-plugin.org.playframework : play | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-analyzers | jar | 3.0.3 |