c

claymore-annotations

A library that writes an hilt module for a requested interface implementation.
https://github.com/alecarnevale/claymore
The Apache License, Version 2.0
Alessandro Carnevale
文件下载
文件名 操作
claymore-annotations-2.0.0.jar 下载
claymore-annotations-2.0.0.pom 下载
claymore-annotations-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.alecarnevale</groupId>
  <artifactId>claymore-annotations</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.alecarnevale:claymore-annotations:2.0.0'
Gradle Kotlin
implementation("io.github.alecarnevale:claymore-annotations:2.0.0")
Scala SBT
libraryDependencies += "io.github.alecarnevale" % "claymore-annotations" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alecarnevale', module='claymore-annotations', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.alecarnevale" name="claymore-annotations" rev="2.0.0" />
Leiningen
[io.github.alecarnevale/claymore-annotations "2.0.0"]
Apache Buildr
'io.github.alecarnevale:claymore-annotations:jar:2.0.0'