Module org.myjtools.jexten.maven.artifact.store


module org.myjtools.jexten.maven.artifact.store
Maven artifact store implementation for the JExten plugin framework.

This module provides a ArtifactStore implementation that resolves plugin artifacts from Maven repositories. It enables plugins to be specified using standard Maven coordinates (groupId:artifactId:version) and handles:

  • Artifact resolution from local and remote Maven repositories
  • Transitive dependency resolution
  • Artifact caching in the local Maven repository
See Also: