Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.jslsolucoes |
ArtifactId | ArtifactIdelasticsearch-se |
Version | Version1.0.30 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-se-1.0.30.pom | |
elasticsearch-se-1.0.30.jar | 2 KB |
elasticsearch-se-1.0.30-sources.jar | 2 KB |
elasticsearch-se-1.0.30-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.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-se/
implementation 'com.jslsolucoes:elasticsearch-se:1.0.30'
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-se/
implementation ("com.jslsolucoes:elasticsearch-se:1.0.30")
'com.jslsolucoes:elasticsearch-se:jar:1.0.30'
<dependency org="com.jslsolucoes" name="elasticsearch-se" rev="1.0.30">
<artifact name="elasticsearch-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='elasticsearch-se', version='1.0.30')
)
libraryDependencies += "com.jslsolucoes" % "elasticsearch-se" % "1.0.30"
[com.jslsolucoes/elasticsearch-se "1.0.30"]