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