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