| GroupId | GroupIdcom.github.thorbenkuck |
|---|---|
| ArtifactId | ArtifactIdkeller-di |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| keller-di-1.0.pom | |
| keller-di-1.0.jar | 28 KB |
| keller-di-1.0-sources.jar | 14 KB |
| keller-di-1.0-javadoc.jar | 432 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-di/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>keller-di</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-di/
implementation 'com.github.thorbenkuck:keller-di:1.0'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/keller-di/
implementation ("com.github.thorbenkuck:keller-di:1.0")
'com.github.thorbenkuck:keller-di:jar:1.0'
<dependency org="com.github.thorbenkuck" name="keller-di" rev="1.0">
<artifact name="keller-di" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='keller-di', version='1.0')
)
libraryDependencies += "com.github.thorbenkuck" % "keller-di" % "1.0"
[com.github.thorbenkuck/keller-di "1.0"]