b

boson

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