GroupId | GroupIdio.github.mofazhe |
---|---|
ArtifactId | ArtifactIdprefs-builder-annotation-processor |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.mofazhe/prefs-builder-annotation-processor/ -->
<dependency>
<groupId>io.github.mofazhe</groupId>
<artifactId>prefs-builder-annotation-processor</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mofazhe/prefs-builder-annotation-processor/
implementation 'io.github.mofazhe:prefs-builder-annotation-processor:0.1.1'
// https://jarcasting.com/artifacts/io.github.mofazhe/prefs-builder-annotation-processor/
implementation ("io.github.mofazhe:prefs-builder-annotation-processor:0.1.1")
'io.github.mofazhe:prefs-builder-annotation-processor:jar:0.1.1'
<dependency org="io.github.mofazhe" name="prefs-builder-annotation-processor" rev="0.1.1">
<artifact name="prefs-builder-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mofazhe', module='prefs-builder-annotation-processor', version='0.1.1')
)
libraryDependencies += "io.github.mofazhe" % "prefs-builder-annotation-processor" % "0.1.1"
[io.github.mofazhe/prefs-builder-annotation-processor "0.1.1"]