Categories |
CategoriesKotlin Languages Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIduy.kohesive.elasticsearch |
ArtifactId | ArtifactIdelasticsearch-lang-kotlin-common |
Version | Version1.0.0-BETA-03.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uy.kohesive.elasticsearch/elasticsearch-lang-kotlin-common/ -->
<dependency>
<groupId>uy.kohesive.elasticsearch</groupId>
<artifactId>elasticsearch-lang-kotlin-common</artifactId>
<version>1.0.0-BETA-03.02</version>
</dependency>
// https://jarcasting.com/artifacts/uy.kohesive.elasticsearch/elasticsearch-lang-kotlin-common/
implementation 'uy.kohesive.elasticsearch:elasticsearch-lang-kotlin-common:1.0.0-BETA-03.02'
// https://jarcasting.com/artifacts/uy.kohesive.elasticsearch/elasticsearch-lang-kotlin-common/
implementation ("uy.kohesive.elasticsearch:elasticsearch-lang-kotlin-common:1.0.0-BETA-03.02")
'uy.kohesive.elasticsearch:elasticsearch-lang-kotlin-common:jar:1.0.0-BETA-03.02'
<dependency org="uy.kohesive.elasticsearch" name="elasticsearch-lang-kotlin-common" rev="1.0.0-BETA-03.02">
<artifact name="elasticsearch-lang-kotlin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='uy.kohesive.elasticsearch', module='elasticsearch-lang-kotlin-common', version='1.0.0-BETA-03.02')
)
libraryDependencies += "uy.kohesive.elasticsearch" % "elasticsearch-lang-kotlin-common" % "1.0.0-BETA-03.02"
[uy.kohesive.elasticsearch/elasticsearch-lang-kotlin-common "1.0.0-BETA-03.02"]