<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl</artifactId> <version>3.13.0.RELEASE</version> </dependency>
implementation 'com.ibeetl:beetl:3.13.0.RELEASE'
implementation("com.ibeetl:beetl:3.13.0.RELEASE")
libraryDependencies += "com.ibeetl" % "beetl" % "3.13.0.RELEASE"
@Grapes( @Grab(group='com.ibeetl', module='beetl', version='3.13.0.RELEASE') )
<dependency org="com.ibeetl" name="beetl" rev="3.13.0.RELEASE" />
[com.ibeetl/beetl "3.13.0.RELEASE"]
'com.ibeetl:beetl:jar:3.13.0.RELEASE'
<parent> <groupId>com.ibeetl</groupId> <artifactId>beetl-parent</artifactId> <version>3.13.0.RELEASE</version> </parent>
compile
|-- org.antlr:antlr4-runtime:4.9.3
|-- com.ibeetl:beetl-core:3.13.0.RELEASE
|-- com.ibeetl:beetl-default-antlr4.9-support:3.13.0.RELEASE
|-- com.ibeetl:beetl-ext:3.13.0.RELEASE