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