Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.codelibs.elasticsearch.module |
ArtifactId | ArtifactIdingest-common |
Version | Version5.6.12 |
Type | Typejar |
Filename | Size |
---|---|
ingest-common-5.6.12.pom | |
ingest-common-5.6.12.jar | 105 KB |
ingest-common-5.6.12-sources.jar | 43 KB |
ingest-common-5.6.12-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/ingest-common/ -->
<dependency>
<groupId>org.codelibs.elasticsearch.module</groupId>
<artifactId>ingest-common</artifactId>
<version>5.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/ingest-common/
implementation 'org.codelibs.elasticsearch.module:ingest-common:5.6.12'
// https://jarcasting.com/artifacts/org.codelibs.elasticsearch.module/ingest-common/
implementation ("org.codelibs.elasticsearch.module:ingest-common:5.6.12")
'org.codelibs.elasticsearch.module:ingest-common:jar:5.6.12'
<dependency org="org.codelibs.elasticsearch.module" name="ingest-common" rev="5.6.12">
<artifact name="ingest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.elasticsearch.module', module='ingest-common', version='5.6.12')
)
libraryDependencies += "org.codelibs.elasticsearch.module" % "ingest-common" % "5.6.12"
[org.codelibs.elasticsearch.module/ingest-common "5.6.12"]