| Категории |
КатегорииGlassFish Контейнер Application Servers Configuration Библиотеки уровня приложения config HK2 Dependency Injection |
|---|---|
| Группа | Группаorg.glassfish.hk2 |
| Идентификатор | Идентификаторconfiguration-examples |
| Версия | Версия2.5.0-b33 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| configuration-examples-2.5.0-b33.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>2.5.0-b33</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/
implementation 'org.glassfish.hk2:configuration-examples:2.5.0-b33'
// https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/
implementation ("org.glassfish.hk2:configuration-examples:2.5.0-b33")
'org.glassfish.hk2:configuration-examples:pom:2.5.0-b33'
<dependency org="org.glassfish.hk2" name="configuration-examples" rev="2.5.0-b33">
<artifact name="configuration-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='configuration-examples', version='2.5.0-b33')
)
libraryDependencies += "org.glassfish.hk2" % "configuration-examples" % "2.5.0-b33"
[org.glassfish.hk2/configuration-examples "2.5.0-b33"]