License |
License |
---|---|
Categories |
CategoriesJakarta EE Platform Jakarta EE ORM Data |
GroupId | GroupIdjakarta.platform |
ArtifactId | ArtifactIdjakarta.jakartaee-web-api |
Last Version | Last Version9.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJakarta EE Web Profile API
Jakarta EE Web Profile API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/jakarta.platform/jakarta.jakartaee-web-api/ -->
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-web-api</artifactId>
<version>9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.platform/jakarta.jakartaee-web-api/
implementation 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0'
// https://jarcasting.com/artifacts/jakarta.platform/jakarta.jakartaee-web-api/
implementation ("jakarta.platform:jakarta.jakartaee-web-api:9.1.0")
'jakarta.platform:jakarta.jakartaee-web-api:jar:9.1.0'
<dependency org="jakarta.platform" name="jakarta.jakartaee-web-api" rev="9.1.0">
<artifact name="jakarta.jakartaee-web-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.platform', module='jakarta.jakartaee-web-api', version='9.1.0')
)
libraryDependencies += "jakarta.platform" % "jakarta.jakartaee-web-api" % "9.1.0"
[jakarta.platform/jakarta.jakartaee-web-api "9.1.0"]