License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcz.tvrzna |
ArtifactId | ArtifactIdwireable |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwireable
Simple Java singleton dependency injection via Reflections.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wireable-0.3.0.pom | |
wireable-0.3.0.jar | 14 KB |
wireable-0.3.0-sources.jar | 12 KB |
wireable-0.3.0-javadoc.jar | 469 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |