组织ID: |
org.elasticsearch.plugin |
项目ID: |
lang-mustache-client |
版本: |
5.6.0 |
最后修改时间: |
2018-07-26 08:33:44 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
描述: |
Mustache scripting integration for Elasticsearch |
大小: |
67.94KB |
|
Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-mustache-client</artifactId>
<version>5.6.0</version>
</dependency>
|
Gradle引入代码: |
org.elasticsearch.plugin:lang-mustache-client:5.6.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-mustache-client</artifactId>
<version>5.6.0</version>
<dependencies>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.locationtech.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
<version>0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vividsolutions</groupId>
<artifactId>jts</artifactId>
<version>1.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.9.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>jna</artifactId>
<version>4.4.0-1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Elastic</name>
<url>http://www.elastic.co</url>
</developer>
</developers>
<name>lang-mustache</name>
<description>Mustache scripting integration for Elasticsearch</description>
<url>https://github.com/elastic/elasticsearch</url>
<scm>
<url>git@github.com:elastic/elasticsearch.git</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.script.mustache.RestDeleteSearchTemplateAction.class
org.elasticsearch.script.mustache.RestGetSearchTemplateAction$1.class
org.elasticsearch.script.mustache.CustomMustacheFactory$UrlEncoderCode.class
org.elasticsearch.script.mustache.RestRenderSearchTemplateAction.class
org.elasticsearch.script.mustache.MustachePlugin.class
org.elasticsearch.script.mustache.MultiSearchTemplateResponse$Item.class
org.elasticsearch.script.mustache.MultiSearchTemplateResponse$Fields.class
org.elasticsearch.script.mustache.CustomReflectionObjectHandler.class
org.elasticsearch.script.mustache.SearchTemplateResponse.class
org.elasticsearch.script.mustache.RestGetSearchTemplateAction.class
org.elasticsearch.script.mustache.CustomMustacheFactory.class
org.elasticsearch.script.mustache.MustacheScriptEngineService$MustacheExecutableScript.class
org.elasticsearch.script.mustache.CustomMustacheFactory$CustomMustacheVisitor.class
org.elasticsearch.script.mustache.MultiSearchTemplateAction.class
org.elasticsearch.script.mustache.MultiSearchTemplateRequest.class
org.elasticsearch.script.mustache.TemplateQueryBuilder.class
org.elasticsearch.script.mustache.TransportMultiSearchTemplateAction.class
org.elasticsearch.script.mustache.CustomMustacheFactory$CustomJoinerCode.class
org.elasticsearch.script.mustache.CustomMustacheFactory$CustomCode.class
org.elasticsearch.script.mustache.SearchTemplateAction.class
org.elasticsearch.script.mustache.CustomMustacheFactory$DefaultEncoder.class
org.elasticsearch.script.mustache.CustomMustacheFactory$JoinerCode.class
org.elasticsearch.script.mustache.RestSearchTemplateAction.class
org.elasticsearch.script.mustache.RestMultiSearchTemplateAction.class
org.elasticsearch.script.mustache.CustomMustacheFactory$ToJsonCode.class
org.elasticsearch.script.mustache.CustomReflectionObjectHandler$ArrayMap.class
org.elasticsearch.script.mustache.SearchTemplateRequestBuilder.class
org.elasticsearch.script.mustache.CustomMustacheFactory$JsonEscapeEncoder.class
org.elasticsearch.script.mustache.MultiSearchTemplateRequestBuilder.class
org.elasticsearch.script.mustache.MustacheScriptEngineService.class
org.elasticsearch.script.mustache.SearchTemplateRequest.class
org.elasticsearch.script.mustache.CustomMustacheFactory$Encoder.class
org.elasticsearch.script.mustache.MultiSearchTemplateResponse.class
org.elasticsearch.script.mustache.CustomMustacheFactory$UrlEncoder.class
org.elasticsearch.script.mustache.TransportSearchTemplateAction.class
org.elasticsearch.script.mustache.CustomReflectionObjectHandler$CollectionMap.class
org.elasticsearch.script.mustache.RestPutSearchTemplateAction.class
org.elasticsearch.script.mustache.TransportSearchTemplateAction$1.class
org.elasticsearch.script.mustache.CustomReflectionObjectHandler$ArrayMap$1.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
|
依赖Jar: |
compiler-0.9.3.jar
/com.github.spullara.mustache.java/compiler/0.9.3
查看compiler所有版本文件
elasticsearch-5.6.0.jar
/org.elasticsearch/elasticsearch/5.6.0
查看elasticsearch所有版本文件
spatial4j-0.6.jar
/org.locationtech.spatial4j/spatial4j/0.6
查看spatial4j所有版本文件
jts-1.13.jar
/com.vividsolutions/jts/1.13
查看jts所有版本文件
log4j-api-2.9.0.jar
/org.apache.logging.log4j/log4j-api/2.9.0
查看log4j-api所有版本文件
log4j-core-2.9.0.jar
/org.apache.logging.log4j/log4j-core/2.9.0
查看log4j-core所有版本文件
jna-4.4.0-1.jar
/org.elasticsearch/jna/4.4.0-1
查看jna所有版本文件
|