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