License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdelasticsearch-plugin-archetype |
Last Version | Last Version6.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArchetype for elasticsearch plugin
This archetype generates your project for Elasticsearch plugin.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.codelibs/elasticsearch-plugin-archetype/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-plugin-archetype</artifactId>
<version>6.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-plugin-archetype/
implementation 'org.codelibs:elasticsearch-plugin-archetype:6.6.0'
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-plugin-archetype/
implementation ("org.codelibs:elasticsearch-plugin-archetype:6.6.0")
'org.codelibs:elasticsearch-plugin-archetype:jar:6.6.0'
<dependency org="org.codelibs" name="elasticsearch-plugin-archetype" rev="6.6.0">
<artifact name="elasticsearch-plugin-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='elasticsearch-plugin-archetype', version='6.6.0')
)
libraryDependencies += "org.codelibs" % "elasticsearch-plugin-archetype" % "6.6.0"
[org.codelibs/elasticsearch-plugin-archetype "6.6.0"]