Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bitbucket.dpenkin |
ArtifactId | ArtifactIdbitbucket-cloud-rest-client |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-cloud-rest-client/ -->
<dependency>
<groupId>org.bitbucket.dpenkin</groupId>
<artifactId>bitbucket-cloud-rest-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-cloud-rest-client/
implementation 'org.bitbucket.dpenkin:bitbucket-cloud-rest-client:2.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-cloud-rest-client/
implementation ("org.bitbucket.dpenkin:bitbucket-cloud-rest-client:2.0.0")
'org.bitbucket.dpenkin:bitbucket-cloud-rest-client:jar:2.0.0'
<dependency org="org.bitbucket.dpenkin" name="bitbucket-cloud-rest-client" rev="2.0.0">
<artifact name="bitbucket-cloud-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dpenkin', module='bitbucket-cloud-rest-client', version='2.0.0')
)
libraryDependencies += "org.bitbucket.dpenkin" % "bitbucket-cloud-rest-client" % "2.0.0"
[org.bitbucket.dpenkin/bitbucket-cloud-rest-client "2.0.0"]