is not current version
Last Version 0.6.3

dev.quiro.sheath:dev.quiro.sheath.gradle.plugin 0.2.0

A Kotlin compiler plugin to avoid adding kapt to most modules in a dagger-android project.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

dev.quiro.sheath
ArtifactId

ArtifactId

dev.quiro.sheath.gradle.plugin
Version

Version

0.2.0
Type

Type

pom

Download dev.quiro.sheath.gradle.plugin 0.2.0


<!-- https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/ -->
<dependency>
    <groupId>dev.quiro.sheath</groupId>
    <artifactId>dev.quiro.sheath.gradle.plugin</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/
implementation 'dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:0.2.0'
// https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/
implementation ("dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:0.2.0")
'dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:pom:0.2.0'
<dependency org="dev.quiro.sheath" name="dev.quiro.sheath.gradle.plugin" rev="0.2.0">
  <artifact name="dev.quiro.sheath.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.quiro.sheath', module='dev.quiro.sheath.gradle.plugin', version='0.2.0')
)
libraryDependencies += "dev.quiro.sheath" % "dev.quiro.sheath.gradle.plugin" % "0.2.0"
[dev.quiro.sheath/dev.quiro.sheath.gradle.plugin "0.2.0"]