GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-gitlab4j-api |
Version | Version0.5.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-gitlab4j-api/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-gitlab4j-api</artifactId>
<version>0.5.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-gitlab4j-api/
implementation 'io.choerodon:choerodon-gitlab4j-api:0.5.3.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-gitlab4j-api/
implementation ("io.choerodon:choerodon-gitlab4j-api:0.5.3.RELEASE")
'io.choerodon:choerodon-gitlab4j-api:jar:0.5.3.RELEASE'
<dependency org="io.choerodon" name="choerodon-gitlab4j-api" rev="0.5.3.RELEASE">
<artifact name="choerodon-gitlab4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-gitlab4j-api', version='0.5.3.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-gitlab4j-api" % "0.5.3.RELEASE"
[io.choerodon/choerodon-gitlab4j-api "0.5.3.RELEASE"]