MVN

com.commercetools.rmf : antlr-utils

Maven & Gradle

Nov 09, 2022
2 usages
9 stars

antlr-utils · REST Modeling Framework. https://github.com/commercetools/rest-modeling-framework

<dependency>
    <groupId>com.commercetools.rmf</groupId>
    <artifactId>antlr-utils</artifactId>
    <version>0.2.0-20221109205535</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.commercetools.rmf : antlr-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-20221109205535

All Versions

Choose a version of com.commercetools.rmf : antlr-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
antlr-utils-0.2.0-20221109205535
antlr-utils-0.2.0-20221013103753
antlr-utils-0.2.0-20221007193425
antlr-utils-0.2.0-20221007124649
antlr-utils-0.2.0-20220920092522
antlr-utils-0.2.0-20220914193841
antlr-utils-0.2.0-20220503190321
antlr-utils-0.2.0-20220202134231
antlr-utils-0.2.0-20211203200453
antlr-utils-0.2.0-20211203142339
antlr-utils-0.2.0-20211026101321
antlr-utils-0.2.0-20210824195253
antlr-utils-0.2.0-20210824120614
antlr-utils-0.2.0-20210824073126
antlr-utils-0.2.0-20210820095029
antlr-utils-0.2.0-20210819065640
antlr-utils-0.2.0-20210817071658
antlr-utils-0.2.0-20210816200031
antlr-utils-0.2.0-20210816072901

How to add a dependency to Maven

Add the following com.commercetools.rmf : antlr-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.commercetools.rmf</groupId>
    <artifactId>antlr-utils</artifactId>
    <version>0.2.0-20221109205535</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.commercetools.rmf : antlr-utils gradle dependency to your build.gradle file:

implementation 'com.commercetools.rmf:antlr-utils:0.2.0-20221109205535'

Gradle Kotlin DSL: Add the following com.commercetools.rmf : antlr-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.commercetools.rmf:antlr-utils:0.2.0-20221109205535")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.commercetools.rmf : antlr-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.commercetools.rmf" % "antlr-utils" % "0.2.0-20221109205535"

Advertisement