How to install the Java artifact io.openliberty.features.wasJmsClient-2.0 with Maven
Java
Maven
pom.xml
io.openliberty.features
wasJmsClient-2.0
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>wasJmsClient-2.0</artifactId>
<version>20.0.0.12</version>
</dependency>
/dependencies>