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