MVN

nl.zolotko.sbt : sbt-gitlab_2.12_1.0

Maven & Gradle

Nov 30, 2023
12 stars

sbt-gitlab · publishing and dependency resolution for gitlab both private and hosted using header auth

<dependency>
    <groupId>nl.zolotko.sbt</groupId>
    <artifactId>sbt-gitlab_2.12_1.0</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.zolotko.sbt : sbt-gitlab_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of nl.zolotko.sbt : sbt-gitlab_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sbt-gitlab_2.12_1.0-0.1.4
sbt-gitlab_2.12_1.0-0.1.3
sbt-gitlab_2.12_1.0-0.1.2
sbt-gitlab_2.12_1.0-0.1.1
sbt-gitlab_2.12_1.0-0.1.0
0.0.x
sbt-gitlab_2.12_1.0-0.0.10
sbt-gitlab_2.12_1.0-0.0.9
sbt-gitlab_2.12_1.0-0.0.8
sbt-gitlab_2.12_1.0-0.0.7

How to add a dependency to Maven

Add the following nl.zolotko.sbt : sbt-gitlab_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.zolotko.sbt</groupId>
    <artifactId>sbt-gitlab_2.12_1.0</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.zolotko.sbt : sbt-gitlab_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'nl.zolotko.sbt:sbt-gitlab_2.12_1.0:0.1.4'

Gradle Kotlin DSL: Add the following nl.zolotko.sbt : sbt-gitlab_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.zolotko.sbt:sbt-gitlab_2.12_1.0:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.zolotko.sbt : sbt-gitlab_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.zolotko.sbt" % "sbt-gitlab_2.12_1.0" % "0.1.4"