License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdjakarta-bom |
Last Version | Last Version1.2.2.1-jre17 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJakarta BOM
The BOM for Jakarta EE
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jakarta-bom-1.2.2.1-jre17.pom | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/jakarta-bom/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>jakarta-bom</artifactId>
<version>1.2.2.1-jre17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/jakarta-bom/
implementation 'com.guicedee:jakarta-bom:1.2.2.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee/jakarta-bom/
implementation ("com.guicedee:jakarta-bom:1.2.2.1-jre17")
'com.guicedee:jakarta-bom:pom:1.2.2.1-jre17'
<dependency org="com.guicedee" name="jakarta-bom" rev="1.2.2.1-jre17">
<artifact name="jakarta-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='jakarta-bom', version='1.2.2.1-jre17')
)
libraryDependencies += "com.guicedee" % "jakarta-bom" % "1.2.2.1-jre17"
[com.guicedee/jakarta-bom "1.2.2.1-jre17"]