<dependency> <groupId>org.reploop</groupId> <artifactId>parser-commons</artifactId> <version>0.19</version> </dependency>
implementation 'org.reploop:parser-commons:0.19'
implementation("org.reploop:parser-commons:0.19")
libraryDependencies += "org.reploop" % "parser-commons" % "0.19"
@Grapes( @Grab(group='org.reploop', module='parser-commons', version='0.19') )
<dependency org="org.reploop" name="parser-commons" rev="0.19" />
[org.reploop/parser-commons "0.19"]
'org.reploop:parser-commons:jar:0.19'
<parent> <groupId>org.reploop</groupId> <artifactId>reploop-parser</artifactId> <version>0.19</version> </parent>
compile
|-- com.google.guava:guava
|-- org.antlr:antlr4-runtime
test
|-- junit:junit