File | Operation |
---|---|
io.openliberty.servlet.api-3.0-20.0.0.12.pom | download |
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>io.openliberty.servlet.api-3.0</artifactId>
<version>20.0.0.12</version>
<type>esa</type>
</dependency>
libraryDependencies += "io.openliberty.features" % "io.openliberty.servlet.api-3.0" % "20.0.0.12"
@Grapes(
@Grab(group='io.openliberty.features', module='io.openliberty.servlet.api-3.0', version='20.0.0.12')
)
<dependency org="io.openliberty.features" name="io.openliberty.servlet.api-3.0" rev="20.0.0.12" />
compile