MVN

eu.xenit.testing.integration-testing : alfresco-remote-testrunner

Maven & Gradle

Jan 04, 2023
0 stars

alfresco-remote-testrunner · Alfresco integration-test runner

<dependency>
    <groupId>eu.xenit.testing.integration-testing</groupId>
    <artifactId>alfresco-remote-testrunner</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.xenit.testing.integration-testing : alfresco-remote-testrunner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Release Candidate: 2.0.0-rc.6

All Versions

Choose a version of eu.xenit.testing.integration-testing : alfresco-remote-testrunner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
alfresco-remote-testrunner-2.0.1
alfresco-remote-testrunner-2.0.0
alfresco-remote-testrunner-2.0.0-rc.6
alfresco-remote-testrunner-2.0.0-rc.5
alfresco-remote-testrunner-2.0.0-rc.4

How to add a dependency to Maven

Add the following eu.xenit.testing.integration-testing : alfresco-remote-testrunner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.xenit.testing.integration-testing</groupId>
    <artifactId>alfresco-remote-testrunner</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.xenit.testing.integration-testing : alfresco-remote-testrunner gradle dependency to your build.gradle file:

implementation 'eu.xenit.testing.integration-testing:alfresco-remote-testrunner:2.0.1'

Gradle Kotlin DSL: Add the following eu.xenit.testing.integration-testing : alfresco-remote-testrunner gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.xenit.testing.integration-testing:alfresco-remote-testrunner:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.xenit.testing.integration-testing : alfresco-remote-testrunner sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.xenit.testing.integration-testing" % "alfresco-remote-testrunner" % "2.0.1"