GroupId | GroupIdcom.github.hadilq.trackable |
---|---|
ArtifactId | ArtifactIdtrackable-compiler-plugin-annotations |
Version | Version0.1.0 |
Type | Typejar |
<!-- 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"]