t

tools

This plugin helps remapping Dagger-generated symbols that cause conflicts with other dependencies that use Dagger
https://github.com/LikeTheSalad/dagger-remapper
MIT License
Cesar Munoz
Files download
File Operation
tools-1.0.1.jar download
tools-1.0.1.pom download
tools-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.likethesalad.dagger</groupId>
  <artifactId>tools</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.likethesalad.dagger:tools:1.0.1'
Gradle Kotlin
implementation("com.likethesalad.dagger:tools:1.0.1")
Scala SBT
libraryDependencies += "com.likethesalad.dagger" % "tools" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.likethesalad.dagger', module='tools', version='1.0.1')
)
Apache Ivy
<dependency org="com.likethesalad.dagger" name="tools" rev="1.0.1" />
Leiningen
[com.likethesalad.dagger/tools "1.0.1"]
Apache Buildr
'com.likethesalad.dagger:tools:jar:1.0.1'