GroupId | GroupIdorg.sadtech.bot.bitbucketbot |
---|---|
ArtifactId | ArtifactIdbitbucketbot-core |
Version | Version3.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucketbot-core/ -->
<dependency>
<groupId>org.sadtech.bot.bitbucketbot</groupId>
<artifactId>bitbucketbot-core</artifactId>
<version>3.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucketbot-core/
implementation 'org.sadtech.bot.bitbucketbot:bitbucketbot-core:3.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.sadtech.bot.bitbucketbot/bitbucketbot-core/
implementation ("org.sadtech.bot.bitbucketbot:bitbucketbot-core:3.0.0-RELEASE")
'org.sadtech.bot.bitbucketbot:bitbucketbot-core:jar:3.0.0-RELEASE'
<dependency org="org.sadtech.bot.bitbucketbot" name="bitbucketbot-core" rev="3.0.0-RELEASE">
<artifact name="bitbucketbot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sadtech.bot.bitbucketbot', module='bitbucketbot-core', version='3.0.0-RELEASE')
)
libraryDependencies += "org.sadtech.bot.bitbucketbot" % "bitbucketbot-core" % "3.0.0-RELEASE"
[org.sadtech.bot.bitbucketbot/bitbucketbot-core "3.0.0-RELEASE"]