MVN

com.feedhenry.gitlabshell : gitlab-shell-client

Maven & Gradle

Jun 24, 2015
5 stars

Gitlab Shell Client · Java Client for remote administration of Gitlab Shell

<dependency>
    <groupId>com.feedhenry.gitlabshell</groupId>
    <artifactId>gitlab-shell-client</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feedhenry.gitlabshell : gitlab-shell-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of com.feedhenry.gitlabshell : gitlab-shell-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
gitlab-shell-client-4.0.2
gitlab-shell-client-4.0.1
gitlab-shell-client-4.0.0
3.0.x
gitlab-shell-client-3.0.2
gitlab-shell-client-3.0.1
gitlab-shell-client-3.0.0
2.0.x
gitlab-shell-client-2.0.0
1.2.x
gitlab-shell-client-1.2.1
1.2
gitlab-shell-client-1.2
1.1
gitlab-shell-client-1.1
1.0
gitlab-shell-client-1.0

How to add a dependency to Maven

Add the following com.feedhenry.gitlabshell : gitlab-shell-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.feedhenry.gitlabshell</groupId>
    <artifactId>gitlab-shell-client</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feedhenry.gitlabshell : gitlab-shell-client gradle dependency to your build.gradle file:

implementation 'com.feedhenry.gitlabshell:gitlab-shell-client:4.0.2'

Gradle Kotlin DSL: Add the following com.feedhenry.gitlabshell : gitlab-shell-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feedhenry.gitlabshell:gitlab-shell-client:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feedhenry.gitlabshell : gitlab-shell-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feedhenry.gitlabshell" % "gitlab-shell-client" % "4.0.2"

Advertisement