MVN

org.entando.entando.plugins : entando-plugin-jpcomponentinstaller

Maven & Gradle

Feb 22, 2015
29 stars

Entando Plugin: Component Installer · Entando Component Installer and Uninstaller

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpcomponentinstaller</artifactId>
    <version>4.2.0-TP1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entando.entando.plugins : entando-plugin-jpcomponentinstaller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0-TP1

All Versions

Choose a version of org.entando.entando.plugins : entando-plugin-jpcomponentinstaller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
entando-plugin-jpcomponentinstaller-4.2.0-TP1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpcomponentinstaller</artifactId>
    <version>4.2.0-TP1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entando.entando.plugins : entando-plugin-jpcomponentinstaller gradle dependency to your build.gradle file:

implementation 'org.entando.entando.plugins:entando-plugin-jpcomponentinstaller:4.2.0-TP1'

Gradle Kotlin DSL: Add the following org.entando.entando.plugins : entando-plugin-jpcomponentinstaller gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entando.entando.plugins:entando-plugin-jpcomponentinstaller:4.2.0-TP1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entando.entando.plugins : entando-plugin-jpcomponentinstaller sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpcomponentinstaller" % "4.2.0-TP1"