| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.sun.enterprise |
| Идентификатор | Идентификаторconfig |
| Последняя версия | Последняя версия1.6.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHK2 configuration module
HK2 configuration module
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| config-1.6.9.pom | |
| config-1.6.9.jar | 175 KB |
| config-1.6.9-sources.jar | 316 KB |
| config-1.6.9-javadoc.jar | 348 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/config/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>config</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation 'com.sun.enterprise:config:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation ("com.sun.enterprise:config:1.6.9")
'com.sun.enterprise:config:jar:1.6.9'
<dependency org="com.sun.enterprise" name="config" rev="1.6.9">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='config', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "config" % "1.6.9"
[com.sun.enterprise/config "1.6.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.enterprise : auto-depends | jar | 1.6.9 |
| org.jvnet : tiger-types | jar | 1.4 |
| org.glassfish.hk2.external : bean-validator | jar | 1.6.9 |
| org.glassfish.hk2 : class-model Необязательный | jar | 1.6.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.3.1 |