License |
License |
---|---|
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIddi-core |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleDI Core
Easy and simple di using annotation processors
|
Project URL |
Project URL |
Filename | Size |
---|---|
di-core-0.5.1.pom | |
di-core-0.5.1.jar | 11 KB |
di-core-0.5.1-sources.jar | 4 KB |
di-core-0.5.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/di-core/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>di-core</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-core/
implementation 'com.github.thorbenkuck:di-core:0.5.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-core/
implementation ("com.github.thorbenkuck:di-core:0.5.1")
'com.github.thorbenkuck:di-core:jar:0.5.1'
<dependency org="com.github.thorbenkuck" name="di-core" rev="0.5.1">
<artifact name="di-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='di-core', version='0.5.1')
)
libraryDependencies += "com.github.thorbenkuck" % "di-core" % "0.5.1"
[com.github.thorbenkuck/di-core "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |