GroupId | GroupIdorg.vx68k.bitbucket |
---|---|
ArtifactId | ArtifactIdbitbucket-webhook |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
bitbucket-webhook-1.0.pom | |
bitbucket-webhook-1.0.jar | 19 KB |
bitbucket-webhook-1.0-sources.jar | 5 KB |
bitbucket-webhook-1.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/ -->
<dependency>
<groupId>org.vx68k.bitbucket</groupId>
<artifactId>bitbucket-webhook</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/
implementation 'org.vx68k.bitbucket:bitbucket-webhook:1.0'
// https://jarcasting.com/artifacts/org.vx68k.bitbucket/bitbucket-webhook/
implementation ("org.vx68k.bitbucket:bitbucket-webhook:1.0")
'org.vx68k.bitbucket:bitbucket-webhook:jar:1.0'
<dependency org="org.vx68k.bitbucket" name="bitbucket-webhook" rev="1.0">
<artifact name="bitbucket-webhook" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vx68k.bitbucket', module='bitbucket-webhook', version='1.0')
)
libraryDependencies += "org.vx68k.bitbucket" % "bitbucket-webhook" % "1.0"
[org.vx68k.bitbucket/bitbucket-webhook "1.0"]