<dependency> <groupId>com.fizzed</groupId> <artifactId>fizzed-maven-parent</artifactId> <version>1.12</version> <type>pom</type> </dependency>
implementation 'com.fizzed:fizzed-maven-parent:1.12'
implementation("com.fizzed:fizzed-maven-parent:1.12")
libraryDependencies += "com.fizzed" % "fizzed-maven-parent" % "1.12"
@Grapes( @Grab(group='com.fizzed', module='fizzed-maven-parent', version='1.12') )
<dependency org="com.fizzed" name="fizzed-maven-parent" rev="1.12" />
[com.fizzed/fizzed-maven-parent "1.12"]
'com.fizzed:fizzed-maven-parent:jar:1.12'