b

base

Yatagan is a Dependency Injection framework, specializing on runtime performance and build speed. Supports code generation (apt/kapt/ksp) or reflection.
http://github.com/yandex/yatagan/
Apache License, version 2.0
Yandex LLC
Files download
File Operation
base-1.0.0.jar download
base-1.0.0.pom download
base-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.yatagan</groupId>
  <artifactId>base</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.yandex.yatagan:base:1.0.0'
Gradle Kotlin
implementation("com.yandex.yatagan:base:1.0.0")
Scala SBT
libraryDependencies += "com.yandex.yatagan" % "base" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.yatagan', module='base', version='1.0.0')
)
Apache Ivy
<dependency org="com.yandex.yatagan" name="base" rev="1.0.0" />
Leiningen
[com.yandex.yatagan/base "1.0.0"]
Apache Buildr
'com.yandex.yatagan:base:jar:1.0.0'