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