g

grammar-kit

Grammar-Kit library dedicated for language plugin developers.
https://github.com/JetBrains/Grammar-Kit
The Apache Software License, Version 2.0
Greg Shrago
Files download
File Operation
grammar-kit-2023.1.jar download
grammar-kit-2023.1.pom download
grammar-kit-2023.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains</groupId>
  <artifactId>grammar-kit</artifactId>
  <version>2023.1</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains:grammar-kit:2023.1'
Gradle Kotlin
implementation("org.jetbrains:grammar-kit:2023.1")
Scala SBT
libraryDependencies += "org.jetbrains" % "grammar-kit" % "2023.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains', module='grammar-kit', version='2023.1')
)
Apache Ivy
<dependency org="org.jetbrains" name="grammar-kit" rev="2023.1" />
Leiningen
[org.jetbrains/grammar-kit "2023.1"]
Apache Buildr
'org.jetbrains:grammar-kit:jar:2023.1'
Dependencies
The project has no third-party dependencies