MVN

javax.jms : jms

Maven & Gradle

Nov 06, 2006
210 usages

Java Message Service · The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.

<dependency>
    <groupId>javax.jms</groupId>
    <artifactId>jms</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.jms : jms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of javax.jms : jms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jms-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.jms</groupId>
    <artifactId>jms</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.jms : jms gradle dependency to your build.gradle file:

implementation 'javax.jms:jms:1.1'

Gradle Kotlin DSL: Add the following javax.jms : jms gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.jms:jms:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.jms : jms sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.jms" % "jms" % "1.1"

Advertisement

Dependencies from Group

Mar 11, 2015
423 usages
jms
Nov 06, 2006
210 usages
Apr 17, 2008
157 usages

Discover Dependencies

Jun 15, 2011
78 usages
Jul 31, 2023
445 usages
29.2k stars
Nov 01, 2020
511 usages
4k stars
Jun 04, 2020
36 usages
6.1k stars
Feb 03, 2020
0 stars
Oct 09, 2012
1.1k usages
Sep 20, 2005
112 usages
Apr 17, 2008
970 usages
Aug 07, 2023
439 usages
5.7k stars