b

brave-interfaces

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