Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.feedhenry.gitlabshell |
ArtifactId | ArtifactIdgitlab-shell-client |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
gitlab-shell-client-1.2.pom | |
gitlab-shell-client-1.2.jar | 5 KB |
gitlab-shell-client-1.2-sources.jar | 2 KB |
gitlab-shell-client-1.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/ -->
<dependency>
<groupId>com.feedhenry.gitlabshell</groupId>
<artifactId>gitlab-shell-client</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/
implementation 'com.feedhenry.gitlabshell:gitlab-shell-client:1.2'
// https://jarcasting.com/artifacts/com.feedhenry.gitlabshell/gitlab-shell-client/
implementation ("com.feedhenry.gitlabshell:gitlab-shell-client:1.2")
'com.feedhenry.gitlabshell:gitlab-shell-client:jar:1.2'
<dependency org="com.feedhenry.gitlabshell" name="gitlab-shell-client" rev="1.2">
<artifact name="gitlab-shell-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feedhenry.gitlabshell', module='gitlab-shell-client', version='1.2')
)
libraryDependencies += "com.feedhenry.gitlabshell" % "gitlab-shell-client" % "1.2"
[com.feedhenry.gitlabshell/gitlab-shell-client "1.2"]