e

elasticsearch-preallocate

Elasticsearch subproject :libs:elasticsearch-preallocate
https://github.com/elastic/elasticsearch.git
Elastic License 2.0 Server Side Public License, v 1
Elastic
文件下载
文件名 操作
elasticsearch-preallocate-8.9.0.jar 下载
elasticsearch-preallocate-8.9.0.pom 下载
elasticsearch-preallocate-8.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch-preallocate</artifactId>
  <version>8.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch:elasticsearch-preallocate:8.9.0'
Gradle Kotlin
implementation("org.elasticsearch:elasticsearch-preallocate:8.9.0")
Scala SBT
libraryDependencies += "org.elasticsearch" % "elasticsearch-preallocate" % "8.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch', module='elasticsearch-preallocate', version='8.9.0')
)
Apache Ivy
<dependency org="org.elasticsearch" name="elasticsearch-preallocate" rev="8.9.0" />
Leiningen
[org.elasticsearch/elasticsearch-preallocate "8.9.0"]
Apache Buildr
'org.elasticsearch:elasticsearch-preallocate:jar:8.9.0'