com.github.hjohn.ddif:ddif-core

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.

Лицензия

Лицензия

Группа

Группа

com.github.hjohn.ddif
Идентификатор

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

ddif-core
Последняя версия

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

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.

Скачать ddif-core

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

<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-core/ -->
<dependency>
    <groupId>com.github.hjohn.ddif</groupId>
    <artifactId>ddif-core</artifactId>
    <version>4.0.0-alpha.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-core/
implementation 'com.github.hjohn.ddif:ddif-core:4.0.0-alpha.6'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-core/
implementation ("com.github.hjohn.ddif:ddif-core:4.0.0-alpha.6")
'com.github.hjohn.ddif:ddif-core:jar:4.0.0-alpha.6'
<dependency org="com.github.hjohn.ddif" name="ddif-core" rev="4.0.0-alpha.6">
  <artifact name="ddif-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-core', version='4.0.0-alpha.6')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-core" % "4.0.0-alpha.6"
[com.github.hjohn.ddif/ddif-core "4.0.0-alpha.6"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.leangen.geantyref : geantyref jar 1.3.11
org.apache.commons : commons-lang3 jar 3.8.1

test (9)

Идентификатор библиотеки Тип Версия
com.github.hjohn.ddif : ddif-annotations jar 4.0.0-alpha.6
com.github.hjohn.ddif : ddif-test-util jar 4.0.0-alpha.6
com.tngtech.archunit : archunit-junit5 jar 0.21.0
jakarta.annotation : jakarta.annotation-api jar 2.0.0
jakarta.inject : jakarta.inject-api jar 2.0.1
nl.jqno.equalsverifier : equalsverifier jar 3.9
org.assertj : assertj-core jar 3.15.0
org.junit.jupiter : junit-jupiter jar 5.8.2
org.mockito : mockito-junit-jupiter jar 4.0.0

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

Данный проект не имеет модулей.

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

Версия
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
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0