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