Maven Core provides the foundational classes and APIs for the Maven build system, including project model and lifecycle management.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.16</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Accesses Maven project metadata from a MavenProject instance.
Use Maven's public API and avoid relying on internal implementation classes.
No dependency data recorded yet.