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