b

boson

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