Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.soywiz |
ArtifactId | ArtifactIdkorio-ext-db-elasticsearch-common |
Version | Version0.17.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.soywiz/korio-ext-db-elasticsearch-common/ -->
<dependency>
<groupId>com.soywiz</groupId>
<artifactId>korio-ext-db-elasticsearch-common</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/korio-ext-db-elasticsearch-common/
implementation 'com.soywiz:korio-ext-db-elasticsearch-common:0.17.1'
// https://jarcasting.com/artifacts/com.soywiz/korio-ext-db-elasticsearch-common/
implementation ("com.soywiz:korio-ext-db-elasticsearch-common:0.17.1")
'com.soywiz:korio-ext-db-elasticsearch-common:jar:0.17.1'
<dependency org="com.soywiz" name="korio-ext-db-elasticsearch-common" rev="0.17.1">
<artifact name="korio-ext-db-elasticsearch-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='korio-ext-db-elasticsearch-common', version='0.17.1')
)
libraryDependencies += "com.soywiz" % "korio-ext-db-elasticsearch-common" % "0.17.1"
[com.soywiz/korio-ext-db-elasticsearch-common "0.17.1"]