MVN

io.mapsmessaging : Extensible_JMS_Selector_Parser

Maven & Gradle

Jun 09, 2023
1 stars

Extensible JMS Selector Parser · Provides an extensible Selector Parser conforms to the JMS Selector Syntax that is based on a subset of the SQL92

<dependency>
    <groupId>io.mapsmessaging</groupId>
    <artifactId>Extensible_JMS_Selector_Parser</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mapsmessaging : Extensible_JMS_Selector_Parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of io.mapsmessaging : Extensible_JMS_Selector_Parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
Extensible_JMS_Selector_Parser-1.1.11
Extensible_JMS_Selector_Parser-1.1.10
Extensible_JMS_Selector_Parser-1.1.9

How to add a dependency to Maven

Add the following io.mapsmessaging : Extensible_JMS_Selector_Parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mapsmessaging</groupId>
    <artifactId>Extensible_JMS_Selector_Parser</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mapsmessaging : Extensible_JMS_Selector_Parser gradle dependency to your build.gradle file:

implementation 'io.mapsmessaging:Extensible_JMS_Selector_Parser:1.1.11'

Gradle Kotlin DSL: Add the following io.mapsmessaging : Extensible_JMS_Selector_Parser gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mapsmessaging:Extensible_JMS_Selector_Parser:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mapsmessaging : Extensible_JMS_Selector_Parser sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mapsmessaging" % "Extensible_JMS_Selector_Parser" % "1.1.11"