| Группа | Группаio.higgs |
|---|---|
| Идентификатор | Идентификаторboson |
| Версия | Версия0.0.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| boson-0.0.11.pom | |
| boson-0.0.11.jar | 21 KB |
| boson-0.0.11-sources.jar | 15 KB |
| boson-0.0.11-javadoc.jar | 116 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.higgs/boson/ -->
<dependency>
<groupId>io.higgs</groupId>
<artifactId>boson</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.higgs/boson/
implementation 'io.higgs:boson:0.0.11'
// https://jarcasting.com/artifacts/io.higgs/boson/
implementation ("io.higgs:boson:0.0.11")
'io.higgs:boson:jar:0.0.11'
<dependency org="io.higgs" name="boson" rev="0.0.11">
<artifact name="boson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.higgs', module='boson', version='0.0.11')
)
libraryDependencies += "io.higgs" % "boson" % "0.0.11"
[io.higgs/boson "0.0.11"]