is not current version
Last Version 0.1.1

com.github.hadilq.trackable:trackable-compiler-plugin-gradle 0.1.0

A Kotlin compiler plugin that generates trackable implementations.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.hadilq.trackable
ArtifactId

ArtifactId

trackable-compiler-plugin-gradle
Version

Version

0.1.0
Type

Type

jar

Download trackable-compiler-plugin-gradle 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin-gradle/ -->
<dependency>
    <groupId>com.github.hadilq.trackable</groupId>
    <artifactId>trackable-compiler-plugin-gradle</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin-gradle/
implementation 'com.github.hadilq.trackable:trackable-compiler-plugin-gradle:0.1.0'
// https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin-gradle/
implementation ("com.github.hadilq.trackable:trackable-compiler-plugin-gradle:0.1.0")
'com.github.hadilq.trackable:trackable-compiler-plugin-gradle:jar:0.1.0'
<dependency org="com.github.hadilq.trackable" name="trackable-compiler-plugin-gradle" rev="0.1.0">
  <artifact name="trackable-compiler-plugin-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq.trackable', module='trackable-compiler-plugin-gradle', version='0.1.0')
)
libraryDependencies += "com.github.hadilq.trackable" % "trackable-compiler-plugin-gradle" % "0.1.0"
[com.github.hadilq.trackable/trackable-compiler-plugin-gradle "0.1.0"]