b

bitbucket-trait-plugin

Additional traits and build strategy for multi branch project.
Apache 2
Nikolas Falco
Files download
File Operation
bitbucket-trait-plugin-1.0.0.jar download
bitbucket-trait-plugin-1.0.0.pom download
bitbucket-trait-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>bitbucket-trait-plugin</artifactId>
  <version>1.0.0</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:bitbucket-trait-plugin:1.0.0'
Gradle Kotlin
implementation("com.github.nfalco79:bitbucket-trait-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "bitbucket-trait-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='bitbucket-trait-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="bitbucket-trait-plugin" rev="1.0.0" />
Leiningen
[com.github.nfalco79/bitbucket-trait-plugin "1.0.0"]
Apache Buildr
'com.github.nfalco79:bitbucket-trait-plugin:jar:1.0.0'