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