org.int4.dirk.extensions:extensions-assisted

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.

Лицензия

Лицензия

Группа

Группа

org.int4.dirk.extensions
Идентификатор

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

extensions-assisted
Последняя версия

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

1.0.0-alpha3
Дата

Дата

Тип

Тип

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.

Скачать extensions-assisted

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

<!-- https://jarcasting.com/artifacts/org.int4.dirk.extensions/extensions-assisted/ -->
<dependency>
    <groupId>org.int4.dirk.extensions</groupId>
    <artifactId>extensions-assisted</artifactId>
    <version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.int4.dirk.extensions/extensions-assisted/
implementation 'org.int4.dirk.extensions:extensions-assisted:1.0.0-alpha3'
// https://jarcasting.com/artifacts/org.int4.dirk.extensions/extensions-assisted/
implementation ("org.int4.dirk.extensions:extensions-assisted:1.0.0-alpha3")
'org.int4.dirk.extensions:extensions-assisted:jar:1.0.0-alpha3'
<dependency org="org.int4.dirk.extensions" name="extensions-assisted" rev="1.0.0-alpha3">
  <artifact name="extensions-assisted" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.int4.dirk.extensions', module='extensions-assisted', version='1.0.0-alpha3')
)
libraryDependencies += "org.int4.dirk.extensions" % "extensions-assisted" % "1.0.0-alpha3"
[org.int4.dirk.extensions/extensions-assisted "1.0.0-alpha3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.int4.dirk : dirk-core jar 1.0.0-alpha3
net.bytebuddy : byte-buddy jar 1.12.6

test (7)

Идентификатор библиотеки Тип Версия
org.int4.dirk : dirk-annotations jar 1.0.0-alpha3
org.int4.dirk : dirk-core test-jar 1.0.0-alpha3
org.int4.dirk : dirk-library jar 1.0.0-alpha3
jakarta.annotation : jakarta.annotation-api jar 2.0.0
jakarta.inject : jakarta.inject-api jar 2.0.1
org.assertj : assertj-core jar 3.15.0
org.junit.jupiter : junit-jupiter jar 5.8.2

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

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

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

Версия
1.0.0-alpha3
1.0.0-alpha2