is not current version
Last Version 0.4.7

org.zalando.github:github-client-parent 0.4.3


Categories

Categories

Github Development Tools Version Controls CLI User Interface
GroupId

GroupId

org.zalando.github
ArtifactId

ArtifactId

github-client-parent
Version

Version

0.4.3
Type

Type

pom

Download github-client-parent 0.4.3


<!-- https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/ -->
<dependency>
    <groupId>org.zalando.github</groupId>
    <artifactId>github-client-parent</artifactId>
    <version>0.4.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/
implementation 'org.zalando.github:github-client-parent:0.4.3'
// https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/
implementation ("org.zalando.github:github-client-parent:0.4.3")
'org.zalando.github:github-client-parent:pom:0.4.3'
<dependency org="org.zalando.github" name="github-client-parent" rev="0.4.3">
  <artifact name="github-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.github', module='github-client-parent', version='0.4.3')
)
libraryDependencies += "org.zalando.github" % "github-client-parent" % "0.4.3"
[org.zalando.github/github-client-parent "0.4.3"]