l

loom-compose-hilt

Loom
https://github.com/mrmans0n/loom/
The MIT License
Nacho Lopez
文件下载
文件名 操作
loom-compose-hilt-0.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>io.nlopez.loom</groupId>
  <artifactId>loom-compose-hilt</artifactId>
  <version>0.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.nlopez.loom:loom-compose-hilt:0.0.4'
Gradle Kotlin
implementation("io.nlopez.loom:loom-compose-hilt:0.0.4")
Scala SBT
libraryDependencies += "io.nlopez.loom" % "loom-compose-hilt" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.nlopez.loom', module='loom-compose-hilt', version='0.0.4')
)
Apache Ivy
<dependency org="io.nlopez.loom" name="loom-compose-hilt" rev="0.0.4" />
Leiningen
[io.nlopez.loom/loom-compose-hilt "0.0.4"]
Apache Buildr
'io.nlopez.loom:loom-compose-hilt:jar:0.0.4'