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