| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.int4.dirk |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия1.0.0-alpha3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDirk: Dynamic Dependency Injection Framework
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-1.0.0-alpha3.pom | 10 KB |
| parent-1.0.0-alpha3-tests.jar | 3 KB |
| parent-1.0.0-alpha3-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.int4.dirk/parent/ -->
<dependency>
<groupId>org.int4.dirk</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.int4.dirk/parent/
implementation 'org.int4.dirk:parent:1.0.0-alpha3'
// https://jarcasting.com/artifacts/org.int4.dirk/parent/
implementation ("org.int4.dirk:parent:1.0.0-alpha3")
'org.int4.dirk:parent:jar:1.0.0-alpha3'
<dependency org="org.int4.dirk" name="parent" rev="1.0.0-alpha3">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.int4.dirk', module='parent', version='1.0.0-alpha3')
)
libraryDependencies += "org.int4.dirk" % "parent" % "1.0.0-alpha3"
[org.int4.dirk/parent "1.0.0-alpha3"]