Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bitbucket.dpenkin |
ArtifactId | ArtifactIdbitbucket-rest-client-common |
Version | Version4.0.2 |
Type | Typejar |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-rest-client-common/
implementation 'org.bitbucket.dpenkin:bitbucket-rest-client-common:4.0.2'
// https://jarcasting.com/artifacts/org.bitbucket.dpenkin/bitbucket-rest-client-common/
implementation ("org.bitbucket.dpenkin:bitbucket-rest-client-common:4.0.2")
'org.bitbucket.dpenkin:bitbucket-rest-client-common:jar:4.0.2'
<dependency org="org.bitbucket.dpenkin" name="bitbucket-rest-client-common" rev="4.0.2">
<artifact name="bitbucket-rest-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.dpenkin', module='bitbucket-rest-client-common', version='4.0.2')
)
libraryDependencies += "org.bitbucket.dpenkin" % "bitbucket-rest-client-common" % "4.0.2"
[org.bitbucket.dpenkin/bitbucket-rest-client-common "4.0.2"]