| GroupId | GroupIdio.higgs |
|---|---|
| ArtifactId | ArtifactIdboson |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boson-0.0.6.pom | |
| boson-0.0.6.jar | 5 KB |
| boson-0.0.6-sources.jar | 4 KB |
| boson-0.0.6-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.higgs/boson/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>boson</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/boson/
implementation 'io.higgs:boson:0.0.6'
// https://jarcasting.com/artifacts/io.higgs/boson/
implementation ("io.higgs:boson:0.0.6")
'io.higgs:boson:jar:0.0.6'
<dependency org="io.higgs" name="boson" rev="0.0.6">
<artifact name="boson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='boson', version='0.0.6')
)
libraryDependencies += "io.higgs" % "boson" % "0.0.6"
[io.higgs/boson "0.0.6"]