is not current version
Last Version 4.0.0-alpha.6

com.github.hjohn.ddif:parent 4.0.0-alpha.4

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.

GroupId

GroupId

com.github.hjohn.ddif
ArtifactId

ArtifactId

parent
Version

Version

4.0.0-alpha.4
Type

Type

pom

Download parent 4.0.0-alpha.4

Filename Size
parent-4.0.0-alpha.4.pom 6 KB
Browse

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