Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdelasticsearch-rest-spring-boot-autoconfigure |
Version | Version1.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>elasticsearch-rest-spring-boot-autoconfigure</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-spring-boot-autoconfigure/
implementation 'com.github.xphsc:elasticsearch-rest-spring-boot-autoconfigure:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-spring-boot-autoconfigure/
implementation ("com.github.xphsc:elasticsearch-rest-spring-boot-autoconfigure:1.0.0-RC3")
'com.github.xphsc:elasticsearch-rest-spring-boot-autoconfigure:jar:1.0.0-RC3'
<dependency org="com.github.xphsc" name="elasticsearch-rest-spring-boot-autoconfigure" rev="1.0.0-RC3">
<artifact name="elasticsearch-rest-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='elasticsearch-rest-spring-boot-autoconfigure', version='1.0.0-RC3')
)
libraryDependencies += "com.github.xphsc" % "elasticsearch-rest-spring-boot-autoconfigure" % "1.0.0-RC3"
[com.github.xphsc/elasticsearch-rest-spring-boot-autoconfigure "1.0.0-RC3"]