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