Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdorg.elasticsearch |
Version | Version2.2.0.LIFERAY-PATCHED-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay/org.elasticsearch/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.elasticsearch</artifactId>
<version>2.2.0.LIFERAY-PATCHED-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/org.elasticsearch/
implementation 'com.liferay:org.elasticsearch:2.2.0.LIFERAY-PATCHED-2'
// https://jarcasting.com/artifacts/com.liferay/org.elasticsearch/
implementation ("com.liferay:org.elasticsearch:2.2.0.LIFERAY-PATCHED-2")
'com.liferay:org.elasticsearch:jar:2.2.0.LIFERAY-PATCHED-2'
<dependency org="com.liferay" name="org.elasticsearch" rev="2.2.0.LIFERAY-PATCHED-2">
<artifact name="org.elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='org.elasticsearch', version='2.2.0.LIFERAY-PATCHED-2')
)
libraryDependencies += "com.liferay" % "org.elasticsearch" % "2.2.0.LIFERAY-PATCHED-2"
[com.liferay/org.elasticsearch "2.2.0.LIFERAY-PATCHED-2"]