Skip to content

MavenLoader is used to solve the problem of lack of dependency loaders in Velocity.

License

Notifications You must be signed in to change notification settings

LevelTranic/MavenLoader

Repository files navigation

MavenLoader

MavenLoader is used to solve the problem of lack of dependency loaders in Velocity.

Required

  • Java 17+
  • Velocity 3.3.0+

Usage

Velocity

You need to add the following parameters to the Java startup parameters to enable it normally.

--add-opens=java.base/java.net=ALL-UNNAMED

Then download MavenLoader and put it in the Velocity plugin directory.

It is recommended to keep MavenLoader the latest version.

Developer

Docs in: maven-loader-api

Example in: MavenLoader-Example

Tips

MavenLoaderAPI and MavenLoader-API are different projects.

MavenLoader-API

The API for developers and its dependence should not be included in any plugin.

MavenLoaderAPI

It is called MavenLoader in the GitHub project, and the Velocity plugin ID is maven-loader, which contains MavenLoader-API and its dependency items to avoid multiple plugin MavenLoader-API and dependencies cause operating problems.

About

MavenLoader is used to solve the problem of lack of dependency loaders in Velocity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages