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