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