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