b

boson

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