MVN

org.int4.dirk : parent

Maven & Gradle

Jul 01, 2022
29 stars

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.

<dependency>
    <groupId>org.int4.dirk</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.int4.dirk : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-beta1
  • Latest Beta: 1.0.0-beta1
  • Latest Alpha: 1.0.0-alpha3

All Versions

Choose a version of org.int4.dirk : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.0-beta1
parent-1.0.0-alpha3
parent-1.0.0-alpha2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.int4.dirk</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0-beta1</version>
</dependency>

Advertisement