| License |
License |
|---|---|
| GroupId | GroupIdcom.aoindustries |
| ArtifactId | ArtifactIdjavaee-web-api-bom |
| Last Version | Last Version7.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJava™ EE Web Profile BOM
Bill of Materials (BOM) for Java™ EE Web Profile.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javaee-web-api-bom-7.0.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/javaee-web-api-bom/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>javaee-web-api-bom</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/javaee-web-api-bom/
implementation 'com.aoindustries:javaee-web-api-bom:7.0.0'
// https://jarcasting.com/artifacts/com.aoindustries/javaee-web-api-bom/
implementation ("com.aoindustries:javaee-web-api-bom:7.0.0")
'com.aoindustries:javaee-web-api-bom:pom:7.0.0'
<dependency org="com.aoindustries" name="javaee-web-api-bom" rev="7.0.0">
<artifact name="javaee-web-api-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='javaee-web-api-bom', version='7.0.0')
)
libraryDependencies += "com.aoindustries" % "javaee-web-api-bom" % "7.0.0"
[com.aoindustries/javaee-web-api-bom "7.0.0"]