GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdcamel-lucene |
Version | Version2.1.0.Final |
Type | Typejar |
Filename | Size |
---|---|
camel-lucene-2.1.0.Final.pom | |
camel-lucene-2.1.0.Final.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/camel-lucene/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel-lucene</artifactId>
<version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-lucene/
implementation 'io.thorntail:camel-lucene:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-lucene/
implementation ("io.thorntail:camel-lucene:2.1.0.Final")
'io.thorntail:camel-lucene:jar:2.1.0.Final'
<dependency org="io.thorntail" name="camel-lucene" rev="2.1.0.Final">
<artifact name="camel-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-lucene', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-lucene" % "2.1.0.Final"
[io.thorntail/camel-lucene "2.1.0.Final"]