MVN

com.abiquo : commons-plugin-model

Maven & Gradle

Nov 02, 2021
4 usages

Commons Plugin Model

<dependency>
    <groupId>com.abiquo</groupId>
    <artifactId>commons-plugin-model</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.abiquo : commons-plugin-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.0

All Versions

Choose a version of com.abiquo : commons-plugin-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
commons-plugin-model-5.4.0
5.3.x
commons-plugin-model-5.3.0
5.2.x
commons-plugin-model-5.2.1
commons-plugin-model-5.2.0
5.1.x
commons-plugin-model-5.1.2
commons-plugin-model-5.1.1
commons-plugin-model-5.1.0
5.0.x
commons-plugin-model-5.0.3
commons-plugin-model-5.0.2
commons-plugin-model-5.0.1
commons-plugin-model-5.0.0
4.7.x
commons-plugin-model-4.7.7
commons-plugin-model-4.7.2
commons-plugin-model-4.7.1
commons-plugin-model-4.7.0
4.6.x
commons-plugin-model-4.6.7
commons-plugin-model-4.6.6
commons-plugin-model-4.6.4
commons-plugin-model-4.6.3
commons-plugin-model-4.6.2
commons-plugin-model-4.6.1
commons-plugin-model-4.6.0
4.5.x
commons-plugin-model-4.5.0
4.4.x
commons-plugin-model-4.4.0
4.2.x
commons-plugin-model-4.2.3
commons-plugin-model-4.2.2
commons-plugin-model-4.2.1
commons-plugin-model-4.2.0
4.0.x
commons-plugin-model-4.0.4

How to add a dependency to Maven

Add the following com.abiquo : commons-plugin-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.abiquo</groupId>
    <artifactId>commons-plugin-model</artifactId>
    <version>5.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.abiquo : commons-plugin-model gradle dependency to your build.gradle file:

implementation 'com.abiquo:commons-plugin-model:5.4.0'

Gradle Kotlin DSL: Add the following com.abiquo : commons-plugin-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.abiquo:commons-plugin-model:5.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.abiquo : commons-plugin-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.abiquo" % "commons-plugin-model" % "5.4.0"