| Категории |
КатегорииSearch Прикладные библиотеки Elasticsearch |
|---|---|
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторcom.liferay.portal.search.elasticsearch7.api |
| Версия | Версия2.3.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.search.elasticsearch7.api/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.search.elasticsearch7.api</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.search.elasticsearch7.api/
implementation 'com.liferay:com.liferay.portal.search.elasticsearch7.api:2.3.0'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.portal.search.elasticsearch7.api/
implementation ("com.liferay:com.liferay.portal.search.elasticsearch7.api:2.3.0")
'com.liferay:com.liferay.portal.search.elasticsearch7.api:jar:2.3.0'
<dependency org="com.liferay" name="com.liferay.portal.search.elasticsearch7.api" rev="2.3.0">
<artifact name="com.liferay.portal.search.elasticsearch7.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.portal.search.elasticsearch7.api', version='2.3.0')
)
libraryDependencies += "com.liferay" % "com.liferay.portal.search.elasticsearch7.api" % "2.3.0"
[com.liferay/com.liferay.portal.search.elasticsearch7.api "2.3.0"]