License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.vx68k.bitbucket |
ArtifactId | ArtifactIdbitbucket-api-client-example |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionBitbucket API Client Example
Example web application of the Bitbucket API Client for Java
|
Project URL |
Project URL |
Project Organization |
Project OrganizationNishimura Software Studio |
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-api-client-example/ -->
<dependency>
<groupId>org.vx68k.bitbucket</groupId>
<artifactId>bitbucket-api-client-example</artifactId>
<version>4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-api-client-example/
implementation 'org.vx68k.bitbucket:bitbucket-api-client-example:4.0'
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-api-client-example/
implementation ("org.vx68k.bitbucket:bitbucket-api-client-example:4.0")
'org.vx68k.bitbucket:bitbucket-api-client-example:war:4.0'
<dependency org="org.vx68k.bitbucket" name="bitbucket-api-client-example" rev="4.0">
<artifact name="bitbucket-api-client-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-api-client-example', version='4.0')
)
libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-api-client-example" % "4.0"
[org.vx68k.bitbucket/bitbucket-api-client-example "4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.vx68k.bitbucket : bitbucket-api-client-oauth | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-web-api | jar | 6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |