is not current version
Last Version 0.3.0

cz.tvrzna:wireable 0.1.0

Simple Java singleton dependency injection via Reflections.

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

cz.tvrzna
ArtifactId

ArtifactId

wireable
Version

Version

0.1.0
Type

Type

jar

Download wireable 0.1.0


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