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