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