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

org.int4.dirk:dirk-api 1.0.0-alpha3

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-api
Версия

Версия

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-api 1.0.0-alpha3


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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
com.tngtech.archunit : archunit-junit5 jar 0.23.1
org.junit.jupiter : junit-jupiter jar 5.8.2

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

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