Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-spec-project-leads] javax.inject -> jakarta.inject

I finally got a staging release of the Jakarta Dependency Injection project pushed out:

Your javax.inject dependencies should be updated to:
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>1.0</version>
</dependency>
CDI is in the works as well.


Back to the top