| GroupId | GroupIdcocoon |
|---|---|
| ArtifactId | ArtifactIdcocoon-lucene |
| Version | Version2.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cocoon-lucene-2.1.4.pom | |
| cocoon-lucene-2.1.4.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cocoon/cocoon-lucene/ -->
<dependency>
<groupId>cocoon</groupId>
<artifactId>cocoon-lucene</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cocoon/cocoon-lucene/
implementation 'cocoon:cocoon-lucene:2.1.4'
// https://jarcasting.com/artifacts/cocoon/cocoon-lucene/
implementation ("cocoon:cocoon-lucene:2.1.4")
'cocoon:cocoon-lucene:jar:2.1.4'
<dependency org="cocoon" name="cocoon-lucene" rev="2.1.4">
<artifact name="cocoon-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='cocoon', module='cocoon-lucene', version='2.1.4')
)
libraryDependencies += "cocoon" % "cocoon-lucene" % "2.1.4"
[cocoon/cocoon-lucene "2.1.4"]