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