jdagger

jdagger is a set of lightweight tools for Java developers.

License

License

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.songminju
ArtifactId

ArtifactId

jdagger
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jdagger
jdagger is a set of lightweight tools for Java developers.

Download jdagger

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
1.0.2
1.0.1
1.0