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