GroupId | GroupIdorg.vx68k.bitbucket |
---|---|
ArtifactId | ArtifactIdbitbucket-webhook |
Version | Version5.0-alpha.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/ -->
<dependency>
<groupId>org.vx68k.bitbucket</groupId>
<artifactId>bitbucket-webhook</artifactId>
<version>5.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/
implementation 'org.vx68k.bitbucket:bitbucket-webhook:5.0-alpha.1'
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/
implementation ("org.vx68k.bitbucket:bitbucket-webhook:5.0-alpha.1")
'org.vx68k.bitbucket:bitbucket-webhook:jar:5.0-alpha.1'
<dependency org="org.vx68k.bitbucket" name="bitbucket-webhook" rev="5.0-alpha.1">
<artifact name="bitbucket-webhook" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-webhook', version='5.0-alpha.1')
)
libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-webhook" % "5.0-alpha.1"
[org.vx68k.bitbucket/bitbucket-webhook "5.0-alpha.1"]