w

wasJmsSecurity

This feature enables support for versionless wasJmsSecurity
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
wasJmsSecurity-24.0.0.9.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>wasJmsSecurity</artifactId>
  <version>24.0.0.9</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:wasJmsSecurity:24.0.0.9'
Gradle Kotlin
implementation("io.openliberty.features:wasJmsSecurity:24.0.0.9")
Scala SBT
libraryDependencies += "io.openliberty.features" % "wasJmsSecurity" % "24.0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='wasJmsSecurity', version='24.0.0.9')
)
Apache Ivy
<dependency org="io.openliberty.features" name="wasJmsSecurity" rev="24.0.0.9" />
Leiningen
[io.openliberty.features/wasJmsSecurity "24.0.0.9"]
Apache Buildr
'io.openliberty.features:wasJmsSecurity:jar:24.0.0.9'