License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls CLI User Interface |
GroupId | GroupIdorg.zalando.github |
ArtifactId | ArtifactIdgithub-client-parent |
Last Version | Last Version0.4.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom.xml that can be used by STUPS Maven projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
github-client-parent-0.4.7.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/ -->
<dependency>
<groupId>org.zalando.github</groupId>
<artifactId>github-client-parent</artifactId>
<version>0.4.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/
implementation 'org.zalando.github:github-client-parent:0.4.7'
// https://jarcasting.com/artifacts/org.zalando.github/github-client-parent/
implementation ("org.zalando.github:github-client-parent:0.4.7")
'org.zalando.github:github-client-parent:pom:0.4.7'
<dependency org="org.zalando.github" name="github-client-parent" rev="0.4.7">
<artifact name="github-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.github', module='github-client-parent', version='0.4.7')
)
libraryDependencies += "org.zalando.github" % "github-client-parent" % "0.4.7"
[org.zalando.github/github-client-parent "0.4.7"]