Dependency management POM for Java EE 7 specification APIs, providing a consistent set of dependencies for Java EE 7 development.
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-7.0</artifactId>
<version>1.1.1.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing a common Java EE 7 class from the specification APIs.
Add to <dependencyManagement> section of your POM, not as a regular dependency.
No dependency data recorded yet.