b

brave-interfaces

Brave interfaces.
https://github.com/kristofa/brave
Apache 2
Files download
File Operation
brave-interfaces-2.2.1.jar download
brave-interfaces-2.2.1.pom download
brave-interfaces-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave-interfaces</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave-interfaces:2.2.1'
Gradle Kotlin
implementation("com.github.kristofa:brave-interfaces:2.2.1")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave-interfaces" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave-interfaces', version='2.2.1')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave-interfaces" rev="2.2.1" />
Leiningen
[com.github.kristofa/brave-interfaces "2.2.1"]
Apache Buildr
'com.github.kristofa:brave-interfaces:jar:2.2.1'