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