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