| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.sagix |
| Идентификатор | Идентификаторexecutordecorator-annotations |
| Последняя версия | Последняя версия2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеexecutordecorator-annotations
Annotation library which create a decorator for interfaces that delegate any actions with an executor
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/fr.sagix/executordecorator-annotations/ -->
<dependency>
<groupId>fr.sagix</groupId>
<artifactId>executordecorator-annotations</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.sagix/executordecorator-annotations/
implementation 'fr.sagix:executordecorator-annotations:2.3'
// https://jarcasting.com/artifacts/fr.sagix/executordecorator-annotations/
implementation ("fr.sagix:executordecorator-annotations:2.3")
'fr.sagix:executordecorator-annotations:jar:2.3'
<dependency org="fr.sagix" name="executordecorator-annotations" rev="2.3">
<artifact name="executordecorator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.sagix', module='executordecorator-annotations', version='2.3')
)
libraryDependencies += "fr.sagix" % "executordecorator-annotations" % "2.3"
[fr.sagix/executordecorator-annotations "2.3"]