Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutzboot-starter-elasticsearch |
Version | Version2.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-elasticsearch/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-elasticsearch</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-elasticsearch/
implementation 'org.nutz:nutzboot-starter-elasticsearch:2.2.5'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-elasticsearch/
implementation ("org.nutz:nutzboot-starter-elasticsearch:2.2.5")
'org.nutz:nutzboot-starter-elasticsearch:jar:2.2.5'
<dependency org="org.nutz" name="nutzboot-starter-elasticsearch" rev="2.2.5">
<artifact name="nutzboot-starter-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-elasticsearch', version='2.2.5')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-elasticsearch" % "2.2.5"
[org.nutz/nutzboot-starter-elasticsearch "2.2.5"]