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