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