<dependency> <groupId>tokyo.northside</groupId> <artifactId>jstyleparser</artifactId> <version>4.1.0</version> </dependency>
implementation 'tokyo.northside:jstyleparser:4.1.0'
implementation("tokyo.northside:jstyleparser:4.1.0")
libraryDependencies += "tokyo.northside" % "jstyleparser" % "4.1.0"
@Grapes( @Grab(group='tokyo.northside', module='jstyleparser', version='4.1.0') )
<dependency org="tokyo.northside" name="jstyleparser" rev="4.1.0" />
[tokyo.northside/jstyleparser "4.1.0"]
'tokyo.northside:jstyleparser:jar:4.1.0'
compile
|-- org.antlr:antlr4:4.9.3
runtime
|-- org.slf4j:slf4j-api:1.7.25
|-- org.unbescape:unbescape:1.1.6.RELEASE