License |
License |
---|---|
GroupId | GroupIdcom.afollestad |
ArtifactId | ArtifactIdulfberht |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUlfberht
🗡️ A small but powerful &? opinionated DI library. Written in Kotlin, and powered by annotation processing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ulfberht-0.6.0.pom | |
ulfberht-0.6.0.jar | 26 KB |
ulfberht-0.6.0-sources.jar | 997 bytes |
ulfberht-0.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.afollestad/ulfberht/ -->
<dependency>
<groupId>com.afollestad</groupId>
<artifactId>ulfberht</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/ulfberht/
implementation 'com.afollestad:ulfberht:0.6.0'
// https://jarcasting.com/artifacts/com.afollestad/ulfberht/
implementation ("com.afollestad:ulfberht:0.6.0")
'com.afollestad:ulfberht:jar:0.6.0'
<dependency org="com.afollestad" name="ulfberht" rev="0.6.0">
<artifact name="ulfberht" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='ulfberht', version='0.6.0')
)
libraryDependencies += "com.afollestad" % "ulfberht" % "0.6.0"
[com.afollestad/ulfberht "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.afollestad : ulfberht-annotations | jar | 0.6.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.41 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.41 |