MVN

io.github.solven-eu.cleanthat : gitlab

Maven & Gradle

Jun 07, 2023
23 stars
<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>gitlab</artifactId>
    <version>2.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solven-eu.cleanthat : gitlab to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17

All Versions

Choose a version of io.github.solven-eu.cleanthat : gitlab to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.17
gitlab-2.17
2.16
gitlab-2.16
2.15
gitlab-2.15
2.14
gitlab-2.14
2.13
gitlab-2.13
2.12
gitlab-2.12
2.11
gitlab-2.11
2.10
gitlab-2.10
2.9
gitlab-2.9
2.8
gitlab-2.8
2.7
gitlab-2.7
2.6
gitlab-2.6
2.5
gitlab-2.5
2.4
gitlab-2.4
2.3
gitlab-2.3
2.2
gitlab-2.2
2.1
gitlab-2.1
2.0
gitlab-2.0
1.9
gitlab-1.9
1.8
gitlab-1.8
1.7
gitlab-1.7
1.6
gitlab-1.6
1.5
gitlab-1.5
1.4
gitlab-1.4
1.3
gitlab-1.3
1.2
gitlab-1.2
1.1
gitlab-1.1
1.0
gitlab-1.0

How to add a dependency to Maven

Add the following io.github.solven-eu.cleanthat : gitlab maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>gitlab</artifactId>
    <version>2.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solven-eu.cleanthat : gitlab gradle dependency to your build.gradle file:

implementation 'io.github.solven-eu.cleanthat:gitlab:2.17'

Gradle Kotlin DSL: Add the following io.github.solven-eu.cleanthat : gitlab gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solven-eu.cleanthat:gitlab:2.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solven-eu.cleanthat : gitlab sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solven-eu.cleanthat" % "gitlab" % "2.17"

Advertisement