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