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