GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdgitlab |
Version | Version2.2.321 |
Type | Typejar |
Filename | Size |
---|---|
gitlab-2.2.321.pom | |
gitlab-2.2.321.jar | 16 KB |
gitlab-2.2.321-sources.jar | 3 KB |
gitlab-2.2.321-openshift.yml | 6 KB |
gitlab-2.2.321-openshift.json | 7 KB |
gitlab-2.2.321-kubernetes.yml | 5 KB |
gitlab-2.2.321-kubernetes.json | 7 KB |
gitlab-2.2.321-helm.tar.gz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/gitlab/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>gitlab</artifactId>
<version>2.2.321</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gitlab/
implementation 'io.fabric8.devops.apps:gitlab:2.2.321'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/gitlab/
implementation ("io.fabric8.devops.apps:gitlab:2.2.321")
'io.fabric8.devops.apps:gitlab:jar:2.2.321'
<dependency org="io.fabric8.devops.apps" name="gitlab" rev="2.2.321">
<artifact name="gitlab" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='gitlab', version='2.2.321')
)
libraryDependencies += "io.fabric8.devops.apps" % "gitlab" % "2.2.321"
[io.fabric8.devops.apps/gitlab "2.2.321"]