文件名 | 操作 |
---|---|
io.openliberty.jakarta.annotation-2.1-24.0.0.9.pom | 下载 |
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>io.openliberty.jakarta.annotation-2.1</artifactId>
<version>24.0.0.9</version>
<type>esa</type>
</dependency>
implementation 'io.openliberty.features:io.openliberty.jakarta.annotation-2.1:24.0.0.9'
implementation("io.openliberty.features:io.openliberty.jakarta.annotation-2.1:24.0.0.9")
libraryDependencies += "io.openliberty.features" % "io.openliberty.jakarta.annotation-2.1" % "24.0.0.9"
@Grapes(
@Grab(group='io.openliberty.features', module='io.openliberty.jakarta.annotation-2.1', version='24.0.0.9')
)
<dependency org="io.openliberty.features" name="io.openliberty.jakarta.annotation-2.1" rev="24.0.0.9" />