<dependency> <groupId>com.likethesalad.dagger</groupId> <artifactId>tools</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.likethesalad.dagger:tools:1.0.1'
implementation("com.likethesalad.dagger:tools:1.0.1")
libraryDependencies += "com.likethesalad.dagger" % "tools" % "1.0.1"
@Grapes( @Grab(group='com.likethesalad.dagger', module='tools', version='1.0.1') )
<dependency org="com.likethesalad.dagger" name="tools" rev="1.0.1" />
[com.likethesalad.dagger/tools "1.0.1"]
'com.likethesalad.dagger:tools:jar:1.0.1'
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.10