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