MVN

com.jongsoft.test : testing-utils-jms

Maven & Gradle

Aug 23, 2017

Jong-Soft: JMS testing framework

<dependency>
    <groupId>com.jongsoft.test</groupId>
    <artifactId>testing-utils-jms</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jongsoft.test : testing-utils-jms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.jongsoft.test : testing-utils-jms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
testing-utils-jms-0.1.3
testing-utils-jms-0.1.2
testing-utils-jms-0.1.1
testing-utils-jms-0.1.0
0.0.x
testing-utils-jms-0.0.6
testing-utils-jms-0.0.5
testing-utils-jms-0.0.3
testing-utils-jms-0.0.2

How to add a dependency to Maven

Add the following com.jongsoft.test : testing-utils-jms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jongsoft.test</groupId>
    <artifactId>testing-utils-jms</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jongsoft.test : testing-utils-jms gradle dependency to your build.gradle file:

implementation 'com.jongsoft.test:testing-utils-jms:0.1.3'

Gradle Kotlin DSL: Add the following com.jongsoft.test : testing-utils-jms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jongsoft.test:testing-utils-jms:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jongsoft.test : testing-utils-jms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jongsoft.test" % "testing-utils-jms" % "0.1.3"