Files download
File Operation
androidx-room-1.1.0.jar download
androidx-room-1.1.0.pom download
androidx-room-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.ansman.dagger.auto</groupId>
  <artifactId>androidx-room</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'se.ansman.dagger.auto:androidx-room:1.1.0'
Gradle Kotlin
implementation("se.ansman.dagger.auto:androidx-room:1.1.0")
Scala SBT
libraryDependencies += "se.ansman.dagger.auto" % "androidx-room" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='se.ansman.dagger.auto', module='androidx-room', version='1.1.0')
)
Apache Ivy
<dependency org="se.ansman.dagger.auto" name="androidx-room" rev="1.1.0" />
Leiningen
[se.ansman.dagger.auto/androidx-room "1.1.0"]
Apache Buildr
'se.ansman.dagger.auto:androidx-room:jar:1.1.0'