MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr

Maven & Gradle

Apr 30, 2022
19 usages

Apache ServiceMix :: Bundles :: antlr · This OSGi bundle wraps antlr 3.5.3 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
    <version>3.5.3_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.3_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
org.apache.servicemix.bundles.antlr-3.5.3_1
org.apache.servicemix.bundles.antlr-3.5.2_1
org.apache.servicemix.bundles.antlr-3.5.1_1
3.5_1
org.apache.servicemix.bundles.antlr-3.5_1
3.4_1
org.apache.servicemix.bundles.antlr-3.4_1
3.0.x
org.apache.servicemix.bundles.antlr-3.0.1_7
org.apache.servicemix.bundles.antlr-3.0.1_6
org.apache.servicemix.bundles.antlr-3.0.1_5
org.apache.servicemix.bundles.antlr-3.0.1_4
org.apache.servicemix.bundles.antlr-3.0.1_3
org.apache.servicemix.bundles.antlr-3.0.1_1
2.7.x
org.apache.servicemix.bundles.antlr-2.7.7_5
org.apache.servicemix.bundles.antlr-2.7.7_4
org.apache.servicemix.bundles.antlr-2.7.7_3
org.apache.servicemix.bundles.antlr-2.7.7_2

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
    <version>3.5.3_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.antlr:3.5.3_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.antlr:3.5.3_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.antlr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.antlr" % "3.5.3_1"