Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Installing Maven

Richard Domander edited this pageSep 11, 2018 ·1 revision

Maven is a build automation tool. It makes building your project, and managing its dependencies much easier than doing things by hand. For an in-depth guide on how to use Maven in an ImageJ related project seehttp://imagej.net/Maven.

Installing Maven

Make sure you install Maven 3.x or newer

Linux

Install Maven with your favourite package management tool such asSynaptic orapt-get.

  • In the terminal, typesudo apt-get install maven
  • If the command fails, orapt-get doesn't get Maven 3.x, refer to thispost for further help
  • Verify your installation by typingmvn -version

Windows

If you haveChocolatey, installed:

If you don't want to go the Chocolatey route, follow thisguide. Note that the guide is a bit dated, so use JDK 1.8 or newer instead.

Mac

Please refer to thisguide

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp