Last Version

ANTLRV4 adaptor for IntelliJ-based IDEs 0.1

Support for using ANTLR-generated parsers/lexers in IntelliJ-based IDE plug-ins.

License

License

Categories

Categories

IntelliJ IDEA Development Tools IDE Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr4-intellij-adaptor
Version

Version

0.1
Type

Type

jar
Description

Description

ANTLRV4 adaptor for IntelliJ-based IDEs
Support for using ANTLR-generated parsers/lexers in IntelliJ-based IDE plug-ins.
Project URL

Project URL

https://github.com/antlr/antlr4-intellij-adaptor
Source Code Management

Source Code Management

https://github.com/antlr/antlr4-intellij-adaptor

Download antlr4-intellij-adaptor 0.1


<!-- https://jarcasting.com/artifacts/org.antlr/antlr4-intellij-adaptor/ -->
<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-intellij-adaptor</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr4-intellij-adaptor/
implementation 'org.antlr:antlr4-intellij-adaptor:0.1'
// https://jarcasting.com/artifacts/org.antlr/antlr4-intellij-adaptor/
implementation ("org.antlr:antlr4-intellij-adaptor:0.1")
'org.antlr:antlr4-intellij-adaptor:jar:0.1'
<dependency org="org.antlr" name="antlr4-intellij-adaptor" rev="0.1">
  <artifact name="antlr4-intellij-adaptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr4-intellij-adaptor', version='0.1')
)
libraryDependencies += "org.antlr" % "antlr4-intellij-adaptor" % "0.1"
[org.antlr/antlr4-intellij-adaptor "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.7.2

Project Modules

There are no modules declared in this project.