MVN

com.abiquo : backup-plugin-model

Maven & Gradle

Nov 02, 2021
1 usages

Backup Plugin Model

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

Latest Version

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

  • Latest Stable: 5.4.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement