MVN

org.codelibs : elasticsearch-plugin-archetype

Maven & Gradle

Mar 04, 2019
6 stars

Archetype for elasticsearch plugin · This archetype generates your project for Elasticsearch plugin.

<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>elasticsearch-plugin-archetype</artifactId>
    <version>6.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codelibs : elasticsearch-plugin-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6.0

All Versions

Choose a version of org.codelibs : elasticsearch-plugin-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
elasticsearch-plugin-archetype-6.6.0
2.3.x
elasticsearch-plugin-archetype-2.3.0
1.5.x
elasticsearch-plugin-archetype-1.5.0
1.4.x
elasticsearch-plugin-archetype-1.4.1
elasticsearch-plugin-archetype-1.4.0
1.3.x
elasticsearch-plugin-archetype-1.3.0
1.2.x
elasticsearch-plugin-archetype-1.2.0
1.1.x
elasticsearch-plugin-archetype-1.1.0
1.0.x
elasticsearch-plugin-archetype-1.0.0

How to add a dependency to Maven

Add the following org.codelibs : elasticsearch-plugin-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>elasticsearch-plugin-archetype</artifactId>
    <version>6.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codelibs : elasticsearch-plugin-archetype gradle dependency to your build.gradle file:

implementation 'org.codelibs:elasticsearch-plugin-archetype:6.6.0'

Gradle Kotlin DSL: Add the following org.codelibs : elasticsearch-plugin-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codelibs:elasticsearch-plugin-archetype:6.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codelibs : elasticsearch-plugin-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codelibs" % "elasticsearch-plugin-archetype" % "6.6.0"

Advertisement