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