r

rt-engine

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
rt-engine-1.2.0-rc1.jar download
rt-engine-1.2.0-rc1.pom download
rt-engine-1.2.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yandex.yatagan</groupId>
  <artifactId>rt-engine</artifactId>
  <version>1.2.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.yandex.yatagan:rt-engine:1.2.0-rc1'
Gradle Kotlin
implementation("com.yandex.yatagan:rt-engine:1.2.0-rc1")
Scala SBT
libraryDependencies += "com.yandex.yatagan" % "rt-engine" % "1.2.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.yatagan', module='rt-engine', version='1.2.0-rc1')
)
Apache Ivy
<dependency org="com.yandex.yatagan" name="rt-engine" rev="1.2.0-rc1" />
Leiningen
[com.yandex.yatagan/rt-engine "1.2.0-rc1"]
Apache Buildr
'com.yandex.yatagan:rt-engine:jar:1.2.0-rc1'