Last Version

Trackable Compiler Plugin 0.1.1

A Kotlin compiler plugin that generates trackable implementations.

License

License

GroupId

GroupId

com.github.hadilq.trackable
ArtifactId

ArtifactId

trackable-compiler-plugin
Version

Version

0.1.1
Type

Type

jar
Description

Description

Trackable Compiler Plugin
A Kotlin compiler plugin that generates trackable implementations.
Project URL

Project URL

https://github.com/hadilq/trackable-compiler-plugin/
Source Code Management

Source Code Management

https://github.com/hadilq/trackable-compiler-plugin/

Download trackable-compiler-plugin 0.1.1


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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.71

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-compiler-embeddable jar 1.3.71
com.github.tschuchortdev : kotlin-compile-testing jar 1.2.5
junit : junit jar 4.13
com.google.truth : truth jar 1.0.1

Project Modules

There are no modules declared in this project.