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