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