Injection Core

@Inject Inversion of Control Container, the Injection project for simpler java development

License

License

GroupId

GroupId

org.hrodberaht.inject.core
ArtifactId

ArtifactId

inject-core
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Injection Core
@Inject Inversion of Control Container, the Injection project for simpler java development

Download inject-core

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
cglib : cglib Optional jar 3.2.5
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25

test (2)

Group / Artifact Type Version
javax.inject : javax.inject-tck jar 1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
3.0.0-RC1