org.int4.dirk:dirk-commons-lang3-minimal

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
Идентификатор

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

dirk-commons-lang3-minimal
Последняя версия

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

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.

Скачать dirk-commons-lang3-minimal

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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

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