Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.jslsolucoes |
ArtifactId | ArtifactIdelasticsearch-ee |
Version | Version1.0.25 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-ee-1.0.25.pom | |
elasticsearch-ee-1.0.25.jar | 8 KB |
elasticsearch-ee-1.0.25-sources.jar | 4 KB |
elasticsearch-ee-1.0.25-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>elasticsearch-ee</artifactId>
<version>1.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/
implementation 'com.jslsolucoes:elasticsearch-ee:1.0.25'
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/
implementation ("com.jslsolucoes:elasticsearch-ee:1.0.25")
'com.jslsolucoes:elasticsearch-ee:jar:1.0.25'
<dependency org="com.jslsolucoes" name="elasticsearch-ee" rev="1.0.25">
<artifact name="elasticsearch-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='elasticsearch-ee', version='1.0.25')
)
libraryDependencies += "com.jslsolucoes" % "elasticsearch-ee" % "1.0.25"
[com.jslsolucoes/elasticsearch-ee "1.0.25"]