<dependency> <groupId>com.fizzed</groupId> <artifactId>rocker-compiler</artifactId> <version>0.12.3</version> </dependency>
implementation 'com.fizzed:rocker-compiler:0.12.3'
implementation("com.fizzed:rocker-compiler:0.12.3")
libraryDependencies += "com.fizzed" % "rocker-compiler" % "0.12.3"
@Grapes( @Grab(group='com.fizzed', module='rocker-compiler', version='0.12.3') )
<dependency org="com.fizzed" name="rocker-compiler" rev="0.12.3" />
[com.fizzed/rocker-compiler "0.12.3"]
'com.fizzed:rocker-compiler:jar:0.12.3'
<parent> <groupId>com.fizzed</groupId> <artifactId>rocker</artifactId> <version>0.12.3</version> </parent>
compile
|-- com.fizzed:rocker-runtime
|-- org.slf4j:slf4j-api
|-- org.antlr:antlr4-runtime
|-- junit:junit
|-- commons-io:commons-io
|-- ch.qos.logback:logback-classic