c

core-model-api

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
文件下载
文件名 操作
core-model-api-1.2.1.jar 下载
core-model-api-1.2.1.pom 下载
core-model-api-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.yandex.yatagan</groupId>
  <artifactId>core-model-api</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.yandex.yatagan:core-model-api:1.2.1'
Gradle Kotlin
implementation("com.yandex.yatagan:core-model-api:1.2.1")
Scala SBT
libraryDependencies += "com.yandex.yatagan" % "core-model-api" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.yandex.yatagan', module='core-model-api', version='1.2.1')
)
Apache Ivy
<dependency org="com.yandex.yatagan" name="core-model-api" rev="1.2.1" />
Leiningen
[com.yandex.yatagan/core-model-api "1.2.1"]
Apache Buildr
'com.yandex.yatagan:core-model-api:jar:1.2.1'