License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdelasticsearch-scripting-painless-spi |
Last Version | Last Version8.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspi
Elasticsearch subproject :modules:lang-painless:spi
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/elasticsearch-scripting-painless-spi/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-scripting-painless-spi</artifactId>
<version>8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/elasticsearch-scripting-painless-spi/
implementation 'org.elasticsearch.plugin:elasticsearch-scripting-painless-spi:8.2.3'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/elasticsearch-scripting-painless-spi/
implementation ("org.elasticsearch.plugin:elasticsearch-scripting-painless-spi:8.2.3")
'org.elasticsearch.plugin:elasticsearch-scripting-painless-spi:jar:8.2.3'
<dependency org="org.elasticsearch.plugin" name="elasticsearch-scripting-painless-spi" rev="8.2.3">
<artifact name="elasticsearch-scripting-painless-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='elasticsearch-scripting-painless-spi', version='8.2.3')
)
libraryDependencies += "org.elasticsearch.plugin" % "elasticsearch-scripting-painless-spi" % "8.2.3"
[org.elasticsearch.plugin/elasticsearch-scripting-painless-spi "8.2.3"]