| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hjohn.ddif |
| Идентификатор | Идентификаторddif-annotations |
| Последняя версия | Последняя версия4.0.0-alpha.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA light-weight framework that allows using inject annotations (such as JSR-330 or Jakarta Annotations)
to create instances of objects, even when they're dynamically loaded at runtime. This framework will
allow you to package your classes in seperate JAR's, load them at runtime, and have them injected with
dependencies or serve as dependencies for other classes.
|
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/ -->
<dependency>
<groupId>com.github.hjohn.ddif</groupId>
<artifactId>ddif-annotations</artifactId>
<version>4.0.0-alpha.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/
implementation 'com.github.hjohn.ddif:ddif-annotations:4.0.0-alpha.6'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/
implementation ("com.github.hjohn.ddif:ddif-annotations:4.0.0-alpha.6")
'com.github.hjohn.ddif:ddif-annotations:jar:4.0.0-alpha.6'
<dependency org="com.github.hjohn.ddif" name="ddif-annotations" rev="4.0.0-alpha.6">
<artifact name="ddif-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-annotations', version='4.0.0-alpha.6')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-annotations" % "4.0.0-alpha.6"
[com.github.hjohn.ddif/ddif-annotations "4.0.0-alpha.6"]
| Версия |
|---|
|
4.0.0-alpha.6
|
|
4.0.0-alpha.5
|
|
4.0.0-alpha.4
|
|
4.0.0-alpha.1
|
|
3.0.2
|
|
3.0.0
|
|
2.1.0
|
|
2.0.0
|