MVN

org.jetbrains : grammar-kit

Maven & Gradle

Feb 23, 2023
688 stars

JetBrains Grammar-Kit · Grammar-Kit library dedicated for language plugin developers.

<dependency>
    <groupId>org.jetbrains</groupId>
    <artifactId>grammar-kit</artifactId>
    <version>2022.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains : grammar-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.3.1

All Versions

Choose a version of org.jetbrains : grammar-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1
grammar-kit-2023.1
2022.3.x
grammar-kit-2022.3.1
2022.3
grammar-kit-2022.3
2021.1.x
grammar-kit-2021.1.2

How to add a dependency to Maven

Add the following org.jetbrains : grammar-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains</groupId>
    <artifactId>grammar-kit</artifactId>
    <version>2022.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains : grammar-kit gradle dependency to your build.gradle file:

implementation 'org.jetbrains:grammar-kit:2022.3.1'

Gradle Kotlin DSL: Add the following org.jetbrains : grammar-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains:grammar-kit:2022.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains : grammar-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains" % "grammar-kit" % "2022.3.1"

Advertisement

Dependencies from Group

Mar 02, 2023
2.7k usages
345 stars
Mar 02, 2023
74 usages
345 stars
Aug 08, 2023
5 usages
610 stars
Aug 08, 2023
5 usages
610 stars
Aug 08, 2023
2 usages
610 stars

Discover Dependencies