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