MVN

org.apache.openmeetings : test-backup

Maven & Gradle

Mar 07, 2020

Test backup · Apache OpenMeetings test backup

<dependency>
    <groupId>org.apache.openmeetings</groupId>
    <artifactId>test-backup</artifactId>
    <version>4.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openmeetings : test-backup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.10

All Versions

Choose a version of org.apache.openmeetings : test-backup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
test-backup-4.0.10
test-backup-4.0.4
3.3.x
test-backup-3.3.0

How to add a dependency to Maven

Add the following org.apache.openmeetings : test-backup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openmeetings</groupId>
    <artifactId>test-backup</artifactId>
    <version>4.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openmeetings : test-backup gradle dependency to your build.gradle file:

implementation 'org.apache.openmeetings:test-backup:4.0.10'

Gradle Kotlin DSL: Add the following org.apache.openmeetings : test-backup gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openmeetings:test-backup:4.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openmeetings : test-backup sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openmeetings" % "test-backup" % "4.0.10"

Advertisement