p

parent

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.
https://github.com/hjohn/hs.ddif
The BSD 2-Clause License
John Hendrikx
Files download
File Operation
parent-1.0.0-alpha2.pom download
Apache Maven
<dependency>
  <groupId>org.int4.dirk</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.0-alpha2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.int4.dirk:parent:1.0.0-alpha2'
Gradle Kotlin
implementation("org.int4.dirk:parent:1.0.0-alpha2")
Scala SBT
libraryDependencies += "org.int4.dirk" % "parent" % "1.0.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.int4.dirk', module='parent', version='1.0.0-alpha2')
)
Apache Ivy
<dependency org="org.int4.dirk" name="parent" rev="1.0.0-alpha2" />
Leiningen
[org.int4.dirk/parent "1.0.0-alpha2"]
Apache Buildr
'org.int4.dirk:parent:jar:1.0.0-alpha2'
Dependencies
The project has no third-party dependencies