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