License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdwire-di-core |
Last Version | Last Version1.0.0-alpha1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWireDI Core
Easy and simple di using annotation processors
|
Project URL |
Project URL |
Filename | Size |
---|---|
wire-di-core-1.0.0-alpha1.pom | |
wire-di-core-1.0.0-alpha1.jar | 57 KB |
wire-di-core-1.0.0-alpha1-sources.jar | 25 KB |
wire-di-core-1.0.0-alpha1-javadoc.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-core/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>wire-di-core</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-core/
implementation 'com.github.thorbenkuck:wire-di-core:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-core/
implementation ("com.github.thorbenkuck:wire-di-core:1.0.0-alpha1")
'com.github.thorbenkuck:wire-di-core:jar:1.0.0-alpha1'
<dependency org="com.github.thorbenkuck" name="wire-di-core" rev="1.0.0-alpha1">
<artifact name="wire-di-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='wire-di-core', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.thorbenkuck" % "wire-di-core" % "1.0.0-alpha1"
[com.github.thorbenkuck/wire-di-core "1.0.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.thorbenkuck : wire-di-annotations | jar | 1.0.0-alpha1 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.22.0 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |