| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers HK2 Библиотеки уровня приложения Dependency Injection |
| Группа | Группаorg.glassfish.hk2 |
| Идентификатор | Идентификаторcustom-resolver-example |
| Версия | Версия3.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеCustom Resolver Example
A use case for custom injection resolution
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| custom-resolver-example-3.0.2.pom | |
| custom-resolver-example-3.0.2.jar | 23 KB |
| custom-resolver-example-3.0.2-sources.jar | 25 KB |
| custom-resolver-example-3.0.2-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>custom-resolver-example</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation 'org.glassfish.hk2:custom-resolver-example:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation ("org.glassfish.hk2:custom-resolver-example:3.0.2")
'org.glassfish.hk2:custom-resolver-example:jar:3.0.2'
<dependency org="org.glassfish.hk2" name="custom-resolver-example" rev="3.0.2">
<artifact name="custom-resolver-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='custom-resolver-example', version='3.0.2')
)
libraryDependencies += "org.glassfish.hk2" % "custom-resolver-example" % "3.0.2"
[org.glassfish.hk2/custom-resolver-example "3.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
| org.ow2.asm : asm | jar | 9.1 |
| org.ow2.asm : asm-analysis | jar | 9.1 |
| org.ow2.asm : asm-commons | jar | 9.1 |
| org.ow2.asm : asm-tree | jar | 9.1 |
| org.ow2.asm : asm-util | jar | 9.1 |
| org.glassfish.hk2 : hk2-api | jar | 3.0.2 |
| org.glassfish.hk2 : hk2-locator | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.5 |