| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHK2 Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.github.bordertech.didums |
| Идентификатор | Идентификаторdidums-hk2 |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdidums-hk2
Didums makes use of JSR330 annotations and requires a provider like HK2 or Guice to provide the injection
functionality. A `DidumsProvider` is the interface between the Didums API and the Provider's API.
|
| Имя Файла | Размер |
|---|---|
| didums-hk2-1.0.5.pom | |
| didums-hk2-1.0.5.jar | 4 KB |
| didums-hk2-1.0.5-tests.jar | 1 KB |
| didums-hk2-1.0.5-sources.jar | 2 KB |
| didums-hk2-1.0.5-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-hk2/ -->
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums-hk2</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-hk2/
implementation 'com.github.bordertech.didums:didums-hk2:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-hk2/
implementation ("com.github.bordertech.didums:didums-hk2:1.0.5")
'com.github.bordertech.didums:didums-hk2:jar:1.0.5'
<dependency org="com.github.bordertech.didums" name="didums-hk2" rev="1.0.5">
<artifact name="didums-hk2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.didums', module='didums-hk2', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.didums" % "didums-hk2" % "1.0.5"
[com.github.bordertech.didums/didums-hk2 "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bordertech.didums : didums-core | jar | 1.0.5 |
| org.glassfish.hk2 : hk2 | jar | 2.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |