The Apache TomEE Jakarta EE API provides the full set of Jakarta EE APIs for enterprise Java applications.
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
<version>10.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a stateless session EJB using the @Stateless annotation.
Use jakarta.* imports instead of javax.* when using this API.
No dependency data recorded yet.