is not current version
Last Version 0.0.4

net.lachlanmckee:dagger-magic-kotlin-plugin 0.0.3

An Kotlin compiler plugin that reduces a large amount of repetition in dagger by combining multiple annotations into a single annotation.

Categories

Categories

Kotlin Languages Net Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

net.lachlanmckee
ArtifactId

ArtifactId

dagger-magic-kotlin-plugin
Version

Version

0.0.3
Type

Type

jar

Download dagger-magic-kotlin-plugin 0.0.3


<!-- https://jarcasting.com/artifacts/net.lachlanmckee/dagger-magic-kotlin-plugin/ -->
<dependency>
    <groupId>net.lachlanmckee</groupId>
    <artifactId>dagger-magic-kotlin-plugin</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/dagger-magic-kotlin-plugin/
implementation 'net.lachlanmckee:dagger-magic-kotlin-plugin:0.0.3'
// https://jarcasting.com/artifacts/net.lachlanmckee/dagger-magic-kotlin-plugin/
implementation ("net.lachlanmckee:dagger-magic-kotlin-plugin:0.0.3")
'net.lachlanmckee:dagger-magic-kotlin-plugin:jar:0.0.3'
<dependency org="net.lachlanmckee" name="dagger-magic-kotlin-plugin" rev="0.0.3">
  <artifact name="dagger-magic-kotlin-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='dagger-magic-kotlin-plugin', version='0.0.3')
)
libraryDependencies += "net.lachlanmckee" % "dagger-magic-kotlin-plugin" % "0.0.3"
[net.lachlanmckee/dagger-magic-kotlin-plugin "0.0.3"]