is not current version
Last Version 4.0.0-alpha.6

com.github.hjohn.ddif:ddif-test-api 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-api
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-api 2.1.0


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

Dependencies

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

Project Modules

There are no modules declared in this project.