is not current version
Last Version 4.0.0-alpha.6

Dynamic Dependency Injection Framework 3.0.2

A light-weight framework that allows you to use standard JSR-330 javax.inject 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
ArtifactId

ArtifactId

parent
Version

Version

3.0.2
Type

Type

pom
Description

Description

Dynamic Dependency Injection Framework
A light-weight framework that allows you to use standard JSR-330 javax.inject 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.
Project URL

Project URL

https://github.com/hjohn/hs.ddif
Source Code Management

Source Code Management

https://github.com/hjohn/hs.ddif.git

Download parent 3.0.2

Filename Size
parent-3.0.2.pom 6 KB
Browse

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

Dependencies

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

Project Modules

  • ddif-annotations
  • ddif-core
  • ddif-plugins
  • ddif-test-api
  • ddif-test-plugin
  • ddif-test-plugin-singleton