is not current version
Last Version 4.0.0-alpha.6

com.github.hjohn.ddif:ddif-test-plugin 2.1.0

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

ddif-test-plugin
Version

Version

2.1.0
Type

Type

jar
Description

Description

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.

Download ddif-test-plugin 2.1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.hjohn.ddif : ddif-test-api jar 2.1.0
com.github.hjohn.ddif : ddif-plugins jar 2.1.0
javax.inject : javax.inject jar 1

Project Modules

There are no modules declared in this project.