Simple Utils Injection

The Injection project for simpler java development

License

License

GroupId

GroupId

org.hrodberaht
ArtifactId

ArtifactId

inject
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Utils Injection
The Injection project for simpler java development
Project URL

Project URL

http://code.google.com/p/java-simple-utils/inject/

Download inject

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
cglib : cglib Optional jar 2.2

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0