| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Wire Data Data Structures |
| GroupId | GroupIdcom.wirelust.bitbucket.client |
| ArtifactId | ArtifactIdbitbucket-parent |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWirelust Bitbucket API Client (Parent)
Parent project for the Wirelust Bitbucket API Client Library
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationApproaching Pi |
| Filename | Size |
|---|---|
| bitbucket-parent-1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wirelust.bitbucket.client/bitbucket-parent/ -->
<dependency>
<groupId>com.wirelust.bitbucket.client</groupId>
<artifactId>bitbucket-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wirelust.bitbucket.client/bitbucket-parent/
implementation 'com.wirelust.bitbucket.client:bitbucket-parent:1.0'
// https://jarcasting.com/artifacts/com.wirelust.bitbucket.client/bitbucket-parent/
implementation ("com.wirelust.bitbucket.client:bitbucket-parent:1.0")
'com.wirelust.bitbucket.client:bitbucket-parent:pom:1.0'
<dependency org="com.wirelust.bitbucket.client" name="bitbucket-parent" rev="1.0">
<artifact name="bitbucket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wirelust.bitbucket.client', module='bitbucket-parent', version='1.0')
)
libraryDependencies += "com.wirelust.bitbucket.client" % "bitbucket-parent" % "1.0"
[com.wirelust.bitbucket.client/bitbucket-parent "1.0"]