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