Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.trellisldp.ext |
ArtifactId | ArtifactIdcamel-ldp-elasticsearch |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.trellisldp.ext/camel-ldp-elasticsearch/ -->
<dependency>
<groupId>org.trellisldp.ext</groupId>
<artifactId>camel-ldp-elasticsearch</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/camel-ldp-elasticsearch/
implementation 'org.trellisldp.ext:camel-ldp-elasticsearch:0.1.0'
// https://jarcasting.com/artifacts/org.trellisldp.ext/camel-ldp-elasticsearch/
implementation ("org.trellisldp.ext:camel-ldp-elasticsearch:0.1.0")
'org.trellisldp.ext:camel-ldp-elasticsearch:jar:0.1.0'
<dependency org="org.trellisldp.ext" name="camel-ldp-elasticsearch" rev="0.1.0">
<artifact name="camel-ldp-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='camel-ldp-elasticsearch', version='0.1.0')
)
libraryDependencies += "org.trellisldp.ext" % "camel-ldp-elasticsearch" % "0.1.0"
[org.trellisldp.ext/camel-ldp-elasticsearch "0.1.0"]