GroupId | GroupIdcom.github.hadilq.trackable |
---|---|
ArtifactId | ArtifactIdtrackable-compiler-plugin |
Version | Version0.1.0 |
Type | Typejar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin/
implementation 'com.github.hadilq.trackable:trackable-compiler-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.github.hadilq.trackable/trackable-compiler-plugin/
implementation ("com.github.hadilq.trackable:trackable-compiler-plugin:0.1.0")
'com.github.hadilq.trackable:trackable-compiler-plugin:jar:0.1.0'
<dependency org="com.github.hadilq.trackable" name="trackable-compiler-plugin" rev="0.1.0">
<artifact name="trackable-compiler-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq.trackable', module='trackable-compiler-plugin', version='0.1.0')
)
libraryDependencies += "com.github.hadilq.trackable" % "trackable-compiler-plugin" % "0.1.0"
[com.github.hadilq.trackable/trackable-compiler-plugin "0.1.0"]