MVN

edu.psu.swe.libraries : jms-reactive-client

Maven & Gradle

Nov 20, 2021
3 stars

JMS Reactive Client

<dependency>
    <groupId>edu.psu.swe.libraries</groupId>
    <artifactId>jms-reactive-client</artifactId>
    <version>0.16.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.psu.swe.libraries : jms-reactive-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.24

All Versions

Choose a version of edu.psu.swe.libraries : jms-reactive-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
jms-reactive-client-0.16.24
jms-reactive-client-0.16.23
jms-reactive-client-0.16.22
jms-reactive-client-0.16.21
jms-reactive-client-0.16.20
jms-reactive-client-0.16.18
jms-reactive-client-0.16.14
jms-reactive-client-0.16.12
jms-reactive-client-0.16.11
jms-reactive-client-0.16.10
jms-reactive-client-0.16.8
jms-reactive-client-0.16.4
jms-reactive-client-0.16.3
jms-reactive-client-0.16.2
jms-reactive-client-0.16.1
0.16
jms-reactive-client-0.16
0.15
jms-reactive-client-0.15
0.14
jms-reactive-client-0.14
0.13
jms-reactive-client-0.13
0.12
jms-reactive-client-0.12
0.11
jms-reactive-client-0.11
0.10
jms-reactive-client-0.10
0.9
jms-reactive-client-0.9
0.8
jms-reactive-client-0.8
0.7
jms-reactive-client-0.7
0.6
jms-reactive-client-0.6
0.5
jms-reactive-client-0.5
0.4
jms-reactive-client-0.4
0.3
jms-reactive-client-0.3
0.2
jms-reactive-client-0.2
0.1
jms-reactive-client-0.1

How to add a dependency to Maven

Add the following edu.psu.swe.libraries : jms-reactive-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.psu.swe.libraries</groupId>
    <artifactId>jms-reactive-client</artifactId>
    <version>0.16.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.psu.swe.libraries : jms-reactive-client gradle dependency to your build.gradle file:

implementation 'edu.psu.swe.libraries:jms-reactive-client:0.16.24'

Gradle Kotlin DSL: Add the following edu.psu.swe.libraries : jms-reactive-client gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.psu.swe.libraries:jms-reactive-client:0.16.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.psu.swe.libraries : jms-reactive-client sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.psu.swe.libraries" % "jms-reactive-client" % "0.16.24"

Advertisement