License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.bitbucket.dpenkin |
ArtifactId | ArtifactIdbitbucket-rest-client-common |
Last Version | Last Version4.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionType safe REST clients for Bitbucket Cloud and Bitbucket Server
|
<!-- https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-rest-client-common/ -->
<dependency>
<groupId>org.bitbucket.dpenkin</groupId>
<artifactId>bitbucket-rest-client-common</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-rest-client-common/
implementation 'org.bitbucket.dpenkin:bitbucket-rest-client-common:4.0.3'
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-rest-client-common/
implementation ("org.bitbucket.dpenkin:bitbucket-rest-client-common:4.0.3")
'org.bitbucket.dpenkin:bitbucket-rest-client-common:jar:4.0.3'
<dependency org="org.bitbucket.dpenkin" name="bitbucket-rest-client-common" rev="4.0.3">
<artifact name="bitbucket-rest-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dpenkin', module='bitbucket-rest-client-common', version='4.0.3')
)
libraryDependencies += "org.bitbucket.dpenkin" % "bitbucket-rest-client-common" % "4.0.3"
[org.bitbucket.dpenkin/bitbucket-rest-client-common "4.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.ktor : ktor-client-core-jvm | jar | 1.2.3 |
io.ktor : ktor-http-jvm | jar | 1.2.3 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.41 |