License |
License |
---|---|
GroupId | GroupIdcom.github.hadilq.trackable |
ArtifactId | ArtifactIdtrackable-compiler-plugin |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionTrackable Compiler Plugin
A Kotlin compiler plugin that generates trackable implementations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.71 |
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 |