Categories |
CategoriesGithub Development Tools Version Controls CLI User Interface |
---|---|
GroupId | GroupIdorg.zalando.github |
ArtifactId | ArtifactIdgithub-client-common |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando.github/github-client-common/ -->
<dependency>
<groupId>org.zalando.github</groupId>
<artifactId>github-client-common</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.github/github-client-common/
implementation 'org.zalando.github:github-client-common:0.4.3'
// https://jarcasting.com/artifacts/org.zalando.github/github-client-common/
implementation ("org.zalando.github:github-client-common:0.4.3")
'org.zalando.github:github-client-common:jar:0.4.3'
<dependency org="org.zalando.github" name="github-client-common" rev="0.4.3">
<artifact name="github-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.github', module='github-client-common', version='0.4.3')
)
libraryDependencies += "org.zalando.github" % "github-client-common" % "0.4.3"
[org.zalando.github/github-client-common "0.4.3"]