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