j

jakarta.jakartaee-web-api

Jakarta EE Web Profile Specification APIs
Files download
File Operation
jakarta.jakartaee-web-api-9.0.0-RC1.jar download
jakarta.jakartaee-web-api-9.0.0-RC1.pom download
jakarta.jakartaee-web-api-9.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>jakarta.platform</groupId>
  <artifactId>jakarta.jakartaee-web-api</artifactId>
  <version>9.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'jakarta.platform:jakarta.jakartaee-web-api:9.0.0-RC1'
Gradle Kotlin
implementation("jakarta.platform:jakarta.jakartaee-web-api:9.0.0-RC1")
Scala SBT
libraryDependencies += "jakarta.platform" % "jakarta.jakartaee-web-api" % "9.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='jakarta.platform', module='jakarta.jakartaee-web-api', version='9.0.0-RC1')
)
Apache Ivy
<dependency org="jakarta.platform" name="jakarta.jakartaee-web-api" rev="9.0.0-RC1" />
Leiningen
[jakarta.platform/jakarta.jakartaee-web-api "9.0.0-RC1"]
Apache Buildr
'jakarta.platform:jakarta.jakartaee-web-api:jar:9.0.0-RC1'