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