Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.tlrx |
ArtifactId | ArtifactIdelasticsearch-view-plugin |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tlrx/elasticsearch-view-plugin/ -->
<dependency>
<groupId>com.github.tlrx</groupId>
<artifactId>elasticsearch-view-plugin</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tlrx/elasticsearch-view-plugin/
implementation 'com.github.tlrx:elasticsearch-view-plugin:0.0.1'
// https://jarcasting.com/artifacts/com.github.tlrx/elasticsearch-view-plugin/
implementation ("com.github.tlrx:elasticsearch-view-plugin:0.0.1")
'com.github.tlrx:elasticsearch-view-plugin:jar:0.0.1'
<dependency org="com.github.tlrx" name="elasticsearch-view-plugin" rev="0.0.1">
<artifact name="elasticsearch-view-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tlrx', module='elasticsearch-view-plugin', version='0.0.1')
)
libraryDependencies += "com.github.tlrx" % "elasticsearch-view-plugin" % "0.0.1"
[com.github.tlrx/elasticsearch-view-plugin "0.0.1"]