b

boson

Higgs' Boson protocolConfiguration implementation
Files download
File Operation
boson-0.0.1.jar download
boson-0.0.1.pom download
boson-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.higgs</groupId>
  <artifactId>boson</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.higgs:boson:0.0.1'
Gradle Kotlin
implementation("io.higgs:boson:0.0.1")
Scala SBT
libraryDependencies += "io.higgs" % "boson" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.higgs', module='boson', version='0.0.1')
)
Apache Ivy
<dependency org="io.higgs" name="boson" rev="0.0.1" />
Leiningen
[io.higgs/boson "0.0.1"]
Apache Buildr
'io.higgs:boson:jar:0.0.1'