u

ulfberht

🗡️ A small but powerful &? opinionated DI library. Written in Kotlin, and powered by annotation processing.
https://github.com/afollestad/ulfberht
Apache 2.0 License
Aidan Follestad
Files download
File Operation
ulfberht-0.3.0.jar download
ulfberht-0.3.0.pom download
ulfberht-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.afollestad</groupId>
  <artifactId>ulfberht</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.afollestad:ulfberht:0.3.0'
Gradle Kotlin
implementation("com.afollestad:ulfberht:0.3.0")
Scala SBT
libraryDependencies += "com.afollestad" % "ulfberht" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.afollestad', module='ulfberht', version='0.3.0')
)
Apache Ivy
<dependency org="com.afollestad" name="ulfberht" rev="0.3.0" />
Leiningen
[com.afollestad/ulfberht "0.3.0"]
Apache Buildr
'com.afollestad:ulfberht:jar:0.3.0'