Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.metafacture |
ArtifactId | ArtifactIdmetafacture-elasticsearch |
Version | Version5.0.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-elasticsearch/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-elasticsearch</artifactId>
<version>5.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-elasticsearch/
implementation 'org.metafacture:metafacture-elasticsearch:5.0.0-rc2'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-elasticsearch/
implementation ("org.metafacture:metafacture-elasticsearch:5.0.0-rc2")
'org.metafacture:metafacture-elasticsearch:jar:5.0.0-rc2'
<dependency org="org.metafacture" name="metafacture-elasticsearch" rev="5.0.0-rc2">
<artifact name="metafacture-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-elasticsearch', version='5.0.0-rc2')
)
libraryDependencies += "org.metafacture" % "metafacture-elasticsearch" % "5.0.0-rc2"
[org.metafacture/metafacture-elasticsearch "5.0.0-rc2"]