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