MVN

jms : jms

Maven & Gradle

Nov 08, 2005
6 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>jms</groupId>
    <artifactId>jms</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1

All Versions

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

Version Vulnerabilities Updated
1.1
jms-1.1
1.0.x
jms-1.0.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'jms:jms:1.1'

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

implementation("jms:jms:1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "jms" % "jms" % "1.1"

Advertisement

Dependencies from Group

jms
Nov 08, 2005
6 usages

Discover Dependencies

Aug 21, 2023
76 usages
8.4k stars
Aug 23, 2023
9 usages
47.5k stars
Aug 07, 2023
1.4k usages
3.5k stars
Aug 21, 2023
46 usages
467 stars
Jun 20, 2016
60 usages
61 stars
Mar 30, 2023
12 usages
16.7k stars
Jun 06, 2023
769 usages
Aug 10, 2023
222 usages
27 stars