License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aliction |
ArtifactId | ArtifactIdbitbucket-client |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionBitbucketClient
Java Implementation to Bitbucket REST API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bitbucket-client-0.2.1.pom | |
bitbucket-client-0.2.1.jar | 47 KB |
bitbucket-client-0.2.1-sources.jar | 37 KB |
bitbucket-client-0.2.1-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliction/bitbucket-client/ -->
<dependency>
<groupId>com.aliction</groupId>
<artifactId>bitbucket-client</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliction/bitbucket-client/
implementation 'com.aliction:bitbucket-client:0.2.1'
// https://jarcasting.com/artifacts/com.aliction/bitbucket-client/
implementation ("com.aliction:bitbucket-client:0.2.1")
'com.aliction:bitbucket-client:jar:0.2.1'
<dependency org="com.aliction" name="bitbucket-client" rev="0.2.1">
<artifact name="bitbucket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliction', module='bitbucket-client', version='0.2.1')
)
libraryDependencies += "com.aliction" % "bitbucket-client" % "0.2.1"
[com.aliction/bitbucket-client "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.glassfish.jersey.core : jersey-client | jar | 2.29.1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.29.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.29.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |