Categories |
CategoriesGithub Development Tools Version Controls CLI User Interface |
---|---|
GroupId | GroupIdorg.zalando.github |
ArtifactId | ArtifactIdgithub-client-spring |
Version | Version0.4.6 |
Type | Typejar |
Filename | Size |
---|---|
github-client-spring-0.4.6.pom | |
github-client-spring-0.4.6.jar | 23 KB |
github-client-spring-0.4.6-sources.jar | 14 KB |
github-client-spring-0.4.6-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando.github/github-client-spring/ -->
<dependency>
<groupId>org.zalando.github</groupId>
<artifactId>github-client-spring</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.github/github-client-spring/
implementation 'org.zalando.github:github-client-spring:0.4.6'
// https://jarcasting.com/artifacts/org.zalando.github/github-client-spring/
implementation ("org.zalando.github:github-client-spring:0.4.6")
'org.zalando.github:github-client-spring:jar:0.4.6'
<dependency org="org.zalando.github" name="github-client-spring" rev="0.4.6">
<artifact name="github-client-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.github', module='github-client-spring', version='0.4.6')
)
libraryDependencies += "org.zalando.github" % "github-client-spring" % "0.4.6"
[org.zalando.github/github-client-spring "0.4.6"]