Last Version

com.github.hjohn.ddif.extensions:extensions-assisted 4.0.0-alpha.6

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

extensions-assisted
Version

Version

4.0.0-alpha.6
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 extensions-assisted 4.0.0-alpha.6


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.hjohn.ddif : ddif-core jar 4.0.0-alpha.6
net.bytebuddy : byte-buddy jar 1.12.6
com.github.hjohn.ddif : ddif-annotations jar 4.0.0-alpha.6

test (5)

Group / Artifact Type Version
com.github.hjohn.ddif : ddif-core test-jar 4.0.0-alpha.6
jakarta.annotation : jakarta.annotation-api jar 2.0.0
jakarta.inject : jakarta.inject-api jar 2.0.1
org.assertj : assertj-core jar 3.15.0
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.