File | Operation |
---|---|
io.openliberty.appSecurityClient-1.0.javaee-21.0.0.4.pom | download |
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>io.openliberty.appSecurityClient-1.0.javaee</artifactId>
<version>21.0.0.4</version>
<type>esa</type>
</dependency>
implementation 'io.openliberty.features:io.openliberty.appSecurityClient-1.0.javaee:21.0.0.4'
implementation("io.openliberty.features:io.openliberty.appSecurityClient-1.0.javaee:21.0.0.4")
libraryDependencies += "io.openliberty.features" % "io.openliberty.appSecurityClient-1.0.javaee" % "21.0.0.4"
@Grapes(
@Grab(group='io.openliberty.features', module='io.openliberty.appSecurityClient-1.0.javaee', version='21.0.0.4')
)
<dependency org="io.openliberty.features" name="io.openliberty.appSecurityClient-1.0.javaee" rev="21.0.0.4" />