MVN

com.microfocus.octane.ciplugins : octane-gitlab-service

Maven & Gradle

Nov 08, 2022
3 stars

ALM Octane GitLab CI Service · This service integrates ALM Octane with GitLab, enabling ALM Octane to display GitLab build pipelines and track build and test run results.

<dependency>
    <groupId>com.microfocus.octane.ciplugins</groupId>
    <artifactId>octane-gitlab-service</artifactId>
    <version>1.1.130</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microfocus.octane.ciplugins : octane-gitlab-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.130

All Versions

Choose a version of com.microfocus.octane.ciplugins : octane-gitlab-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
octane-gitlab-service-1.1.130
octane-gitlab-service-1.1.129
octane-gitlab-service-1.1.128
octane-gitlab-service-1.1.127
octane-gitlab-service-1.1.126
octane-gitlab-service-1.1.125
octane-gitlab-service-1.1.124

How to add a dependency to Maven

Add the following com.microfocus.octane.ciplugins : octane-gitlab-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microfocus.octane.ciplugins</groupId>
    <artifactId>octane-gitlab-service</artifactId>
    <version>1.1.130</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microfocus.octane.ciplugins : octane-gitlab-service gradle dependency to your build.gradle file:

implementation 'com.microfocus.octane.ciplugins:octane-gitlab-service:1.1.130'

Gradle Kotlin DSL: Add the following com.microfocus.octane.ciplugins : octane-gitlab-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microfocus.octane.ciplugins:octane-gitlab-service:1.1.130")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microfocus.octane.ciplugins : octane-gitlab-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microfocus.octane.ciplugins" % "octane-gitlab-service" % "1.1.130"