b

bitbucket-trait

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