| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.thorbenkuck |
| Идентификатор | Идентификаторdi-annotations |
| Последняя версия | Последняя версия0.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSimpleDI Annotations
Easy and simple di using annotation processors
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| di-annotations-0.5.1.pom | |
| di-annotations-0.5.1.jar | 2 KB |
| di-annotations-0.5.1-sources.jar | 1 KB |
| di-annotations-0.5.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>di-annotations</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation 'com.github.thorbenkuck:di-annotations:0.5.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation ("com.github.thorbenkuck:di-annotations:0.5.1")
'com.github.thorbenkuck:di-annotations:jar:0.5.1'
<dependency org="com.github.thorbenkuck" name="di-annotations" rev="0.5.1">
<artifact name="di-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='di-annotations', version='0.5.1')
)
libraryDependencies += "com.github.thorbenkuck" % "di-annotations" % "0.5.1"
[com.github.thorbenkuck/di-annotations "0.5.1"]