| GroupId | GroupIdorg.sadtech.bot.bitbucketbot |
|---|---|
| ArtifactId | ArtifactIdbitbucket-app |
| Version | Version3.0.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| bitbucket-app-3.0.0-RELEASE.pom | |
| bitbucket-app-3.0.0-RELEASE.jar | 69 MB |
| bitbucket-app-3.0.0-RELEASE-sources.jar | 24 KB |
| bitbucket-app-3.0.0-RELEASE-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucket-app/ -->
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucket-app</artifactId>
<version>3.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucket-app/
implementation 'org.sadtech.bot.bitbucketbot:bitbucket-app:3.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucket-app/
implementation ("org.sadtech.bot.bitbucketbot:bitbucket-app:3.0.0-RELEASE")
'org.sadtech.bot.bitbucketbot:bitbucket-app:jar:3.0.0-RELEASE'
<dependency org="org.sadtech.bot.bitbucketbot" name="bitbucket-app" rev="3.0.0-RELEASE">
<artifact name="bitbucket-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sadtech.bot.bitbucketbot', module='bitbucket-app', version='3.0.0-RELEASE')
)
libraryDependencies += "org.sadtech.bot.bitbucketbot" % "bitbucket-app" % "3.0.0-RELEASE"
[org.sadtech.bot.bitbucketbot/bitbucket-app "3.0.0-RELEASE"]