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