License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.feedhenry.gitlabshell |
ArtifactId | ArtifactIdgitlab-shell-client |
Version | Version4.0.2 |
Type | Typejar |
Description |
DescriptionGitlab Shell Client
Java Client for remote administration of Gitlab Shell
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/ -->
<dependency>
<groupId>com.feedhenry.gitlabshell</groupId>
<artifactId>gitlab-shell-client</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/
implementation 'com.feedhenry.gitlabshell:gitlab-shell-client:4.0.2'
// https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/
implementation ("com.feedhenry.gitlabshell:gitlab-shell-client:4.0.2")
'com.feedhenry.gitlabshell:gitlab-shell-client:jar:4.0.2'
<dependency org="com.feedhenry.gitlabshell" name="gitlab-shell-client" rev="4.0.2">
<artifact name="gitlab-shell-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedhenry.gitlabshell', module='gitlab-shell-client', version='4.0.2')
)
libraryDependencies += "com.feedhenry.gitlabshell" % "gitlab-shell-client" % "4.0.2"
[com.feedhenry.gitlabshell/gitlab-shell-client "4.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
com.jcraft : jsch | jar | 0.1.51 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
junit : junit | jar | [4,5) |