didums

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.

Лицензия

Лицензия

Группа

Группа

com.github.bordertech.didums
Идентификатор

Идентификатор

didums
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

didums
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/bordertech/didums
Система контроля версий

Система контроля версий

https://github.com/bordertech/didums

Скачать didums

Имя Файла Размер
didums-1.0.5.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/ -->
<dependency>
    <groupId>com.github.bordertech.didums</groupId>
    <artifactId>didums</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/
implementation 'com.github.bordertech.didums:didums:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/
implementation ("com.github.bordertech.didums:didums:1.0.5")
'com.github.bordertech.didums:didums:pom:1.0.5'
<dependency org="com.github.bordertech.didums" name="didums" rev="1.0.5">
  <artifact name="didums" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.didums', module='didums', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.didums" % "didums" % "1.0.5"
[com.github.bordertech.didums/didums "1.0.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • didums-core
  • didums-hk2
com.github.bordertech.didums
Open source projects from the Border

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0