AJIWA

Automatic Java Injection Without Attributes.

License

License

Categories

Categories

Net
GroupId

GroupId

net.roughdesign.ajiwa
ArtifactId

ArtifactId

ajiwa
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

AJIWA
Automatic Java Injection Without Attributes.
Source Code Management

Source Code Management

https://github.com/raphaelschmitz00/ajiwa

Download ajiwa

How to add to project

<!-- https://jarcasting.com/artifacts/net.roughdesign.ajiwa/ajiwa/ -->
<dependency>
    <groupId>net.roughdesign.ajiwa</groupId>
    <artifactId>ajiwa</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.roughdesign.ajiwa/ajiwa/
implementation 'net.roughdesign.ajiwa:ajiwa:1.0.0'
// https://jarcasting.com/artifacts/net.roughdesign.ajiwa/ajiwa/
implementation ("net.roughdesign.ajiwa:ajiwa:1.0.0")
'net.roughdesign.ajiwa:ajiwa:jar:1.0.0'
<dependency org="net.roughdesign.ajiwa" name="ajiwa" rev="1.0.0">
  <artifact name="ajiwa" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.roughdesign.ajiwa', module='ajiwa', version='1.0.0')
)
libraryDependencies += "net.roughdesign.ajiwa" % "ajiwa" % "1.0.0"
[net.roughdesign.ajiwa/ajiwa "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1

Project Modules

There are no modules declared in this project.

Codeship Status for raphaelschmitz00/ajiwa

Automatic Java Injection Without Annotations

This repo contains a Java/Kotlin project for a DI framework.

The goal is to completely decouple the "working" code from the injection framework.

Versions

Version
1.0.0