| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.github.sebhoss.bom |
| Идентификатор | Идентификаторguice-bom |
| Версия | Версия3.0.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| guice-bom-3.0.5.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/guice-bom/ -->
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>guice-bom</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/guice-bom/
implementation 'com.github.sebhoss.bom:guice-bom:3.0.5'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/guice-bom/
implementation ("com.github.sebhoss.bom:guice-bom:3.0.5")
'com.github.sebhoss.bom:guice-bom:pom:3.0.5'
<dependency org="com.github.sebhoss.bom" name="guice-bom" rev="3.0.5">
<artifact name="guice-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='guice-bom', version='3.0.5')
)
libraryDependencies += "com.github.sebhoss.bom" % "guice-bom" % "3.0.5"
[com.github.sebhoss.bom/guice-bom "3.0.5"]