Skip to content
Crome696 edited this page Nov 3, 2022 · 3 revisions

Summary

Apache Maven is a package manager for java and spring boot with integrated version history. It allows installing or distribute frameworks and separate packages through a package repository. Repositories written for ScriptSDK are always distributed as source code (but still requiring maven) or as maven package.

Requirements

  • IntelliJ either include a maven wrapper or install maven manually
  • Visual Code either include a maven wrapper or install maven manually
  • Eclipse either include a maven wrapper or install maven manually

Source

Clone this wiki locally