wireable

Simple Java singleton dependency injection via Reflections.

License

License

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

cz.tvrzna
ArtifactId

ArtifactId

wireable
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

wireable
Simple Java singleton dependency injection via Reflections.
Project URL

Project URL

https://github.com/tvrzna/wireable
Source Code Management

Source Code Management

https://github.com/tvrzna/wireable

Download wireable

How to add to project

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

Dependencies

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0