не последняя версия
Последняя версия 3.0.3

org.glassfish.hk2:xml-configuration-example 2.5.0-b52

An application that is configured by an XML file

Категории

Категории

GlassFish Контейнер Application Servers Configuration Библиотеки уровня приложения config HK2 Dependency Injection
Группа

Группа

org.glassfish.hk2
Идентификатор

Идентификатор

xml-configuration-example
Версия

Версия

2.5.0-b52
Тип

Тип

jar

Скачать xml-configuration-example 2.5.0-b52


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>xml-configuration-example</artifactId>
    <version>2.5.0-b52</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation 'org.glassfish.hk2:xml-configuration-example:2.5.0-b52'
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation ("org.glassfish.hk2:xml-configuration-example:2.5.0-b52")
'org.glassfish.hk2:xml-configuration-example:jar:2.5.0-b52'
<dependency org="org.glassfish.hk2" name="xml-configuration-example" rev="2.5.0-b52">
  <artifact name="xml-configuration-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='xml-configuration-example', version='2.5.0-b52')
)
libraryDependencies += "org.glassfish.hk2" % "xml-configuration-example" % "2.5.0-b52"
[org.glassfish.hk2/xml-configuration-example "2.5.0-b52"]