GroupId | GroupIdcom.github.xlmkit |
---|---|
ArtifactId | ArtifactIdannotation-processor-comment-helper |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xlmkit/annotation-processor-comment-helper/ -->
<dependency>
<groupId>com.github.xlmkit</groupId>
<artifactId>annotation-processor-comment-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xlmkit/annotation-processor-comment-helper/
implementation 'com.github.xlmkit:annotation-processor-comment-helper:1.0.0'
// https://jarcasting.com/artifacts/com.github.xlmkit/annotation-processor-comment-helper/
implementation ("com.github.xlmkit:annotation-processor-comment-helper:1.0.0")
'com.github.xlmkit:annotation-processor-comment-helper:jar:1.0.0'
<dependency org="com.github.xlmkit" name="annotation-processor-comment-helper" rev="1.0.0">
<artifact name="annotation-processor-comment-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xlmkit', module='annotation-processor-comment-helper', version='1.0.0')
)
libraryDependencies += "com.github.xlmkit" % "annotation-processor-comment-helper" % "1.0.0"
[com.github.xlmkit/annotation-processor-comment-helper "1.0.0"]