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