File | Operation |
---|---|
io.openliberty.wsSecurity1.1.internal.jaxws-2.2-24.0.0.11.pom | download |
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>io.openliberty.wsSecurity1.1.internal.jaxws-2.2</artifactId>
<version>24.0.0.11</version>
<type>esa</type>
</dependency>
implementation 'io.openliberty.features:io.openliberty.wsSecurity1.1.internal.jaxws-2.2:24.0.0.11'
implementation("io.openliberty.features:io.openliberty.wsSecurity1.1.internal.jaxws-2.2:24.0.0.11")
libraryDependencies += "io.openliberty.features" % "io.openliberty.wsSecurity1.1.internal.jaxws-2.2" % "24.0.0.11"
@Grapes(
@Grab(group='io.openliberty.features', module='io.openliberty.wsSecurity1.1.internal.jaxws-2.2', version='24.0.0.11')
)
<dependency org="io.openliberty.features" name="io.openliberty.wsSecurity1.1.internal.jaxws-2.2" rev="24.0.0.11" />