License |
License |
---|---|
GroupId | GroupIdcom.github.hadilq.trackable |
ArtifactId | ArtifactIdtrackable-compiler-plugin-annotations |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionTrackable Compiler Plugin Annotations
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-annotations/ -->
<dependency>
<groupId>com.github.hadilq.trackable</groupId>
<artifactId>trackable-compiler-plugin-annotations</artifactId>
<version>0.1.1</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.1'
// https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin-annotations/
implementation ("com.github.hadilq.trackable:trackable-compiler-plugin-annotations:0.1.1")
'com.github.hadilq.trackable:trackable-compiler-plugin-annotations:jar:0.1.1'
<dependency org="com.github.hadilq.trackable" name="trackable-compiler-plugin-annotations" rev="0.1.1">
<artifact name="trackable-compiler-plugin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq.trackable', module='trackable-compiler-plugin-annotations', version='0.1.1')
)
libraryDependencies += "com.github.hadilq.trackable" % "trackable-compiler-plugin-annotations" % "0.1.1"
[com.github.hadilq.trackable/trackable-compiler-plugin-annotations "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.71 |