<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-gitlab4j-api</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-gitlab4j-api', version='1.1.1.RELEASE')
)
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>1.1.1.RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.9.1
|-- org.glassfish.jersey.inject:jersey-hk2:2.26
|-- org.glassfish.jersey.core:jersey-client:2.26
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- junit:junit:4.12