a

api-public

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