<dependency>
<groupId>name.falgout.jeffrey.testing</groupId>
<artifactId>annotation-processor-testing-parent</artifactId>
<version>0.2.0</version>
</dependency>
implementation group: 'name.falgout.jeffrey.testing', name: 'annotation-processor-testing-parent', version: '0.2.0'
implementation 'name.falgout.jeffrey.testing:annotation-processor-testing-parent:0.2.0'
implementation("name.falgout.jeffrey.testing:annotation-processor-testing-parent:0.2.0")
libraryDependencies += "name.falgout.jeffrey.testing" % "annotation-processor-testing-parent" % "0.2.0"
<dependency org="name.falgout.jeffrey.testing" name="annotation-processor-testing-parent" rev="0.2.0"/>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing', module='annotation-processor-testing-parent', version='0.2.0')
)
[name.falgout.jeffrey.testing/annotation-processor-testing-parent "0.2.0"]
'name.falgout.jeffrey.testing:annotation-processor-testing-parent:jar:0.2.0'