is not current version
Last Version 0.1.1

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

A Kotlin compiler plugin that generates trackable implementations.

GroupId

GroupId

com.github.hadilq.trackable
ArtifactId

ArtifactId

trackable-compiler-plugin-annotations
Version

Version

0.1.0
Type

Type

jar

Download trackable-compiler-plugin-annotations 0.1.0


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