b

bitbucket-steps

Steps to query details about repositories or handle team/user information in bitbucket cloud.
Apache 2
Nikolas Falco
文件下载
文件名 操作
bitbucket-steps-1.0.2.jar 下载
bitbucket-steps-1.0.2.pom 下载
bitbucket-steps-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>bitbucket-steps</artifactId>
  <version>1.0.2</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:bitbucket-steps:1.0.2'
Gradle Kotlin
implementation("com.github.nfalco79:bitbucket-steps:1.0.2")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "bitbucket-steps" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='bitbucket-steps', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="bitbucket-steps" rev="1.0.2" />
Leiningen
[com.github.nfalco79/bitbucket-steps "1.0.2"]
Apache Buildr
'com.github.nfalco79:bitbucket-steps:jar:1.0.2'