com.github.hjohn.ddif.extensions:ddif-extensions

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.

License

License

GroupId

GroupId

com.github.hjohn.ddif.extensions
ArtifactId

ArtifactId

ddif-extensions
Last Version

Last Version

4.0.0-alpha.6
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download ddif-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/ddif-extensions/ -->
<dependency>
    <groupId>com.github.hjohn.ddif.extensions</groupId>
    <artifactId>ddif-extensions</artifactId>
    <version>4.0.0-alpha.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/ddif-extensions/
implementation 'com.github.hjohn.ddif.extensions:ddif-extensions:4.0.0-alpha.6'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/ddif-extensions/
implementation ("com.github.hjohn.ddif.extensions:ddif-extensions:4.0.0-alpha.6")
'com.github.hjohn.ddif.extensions:ddif-extensions:jar:4.0.0-alpha.6'
<dependency org="com.github.hjohn.ddif.extensions" name="ddif-extensions" rev="4.0.0-alpha.6">
  <artifact name="ddif-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif.extensions', module='ddif-extensions', version='4.0.0-alpha.6')
)
libraryDependencies += "com.github.hjohn.ddif.extensions" % "ddif-extensions" % "4.0.0-alpha.6"
[com.github.hjohn.ddif.extensions/ddif-extensions "4.0.0-alpha.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • extensions-assisted

Versions

Version
4.0.0-alpha.6
4.0.0-alpha.5