News
A small example of how to use MATSim as a library. By default, this project uses the latest (pre-)release. In order to use a different version, edit pom.xml. A recommended directory structure is as ...
Project Structure my-maven-project ├── src │ ├── main │ │ ├── java │ │ │ └── com │ │ │ └── example │ │ │ └── Main.java │ │ └── resources │ └── test │ ├── java │ └── resources ├── pom.xml └── README.md ...
The Maven POM: Every Java project that uses Maven has a POM (project object model) file in its root directory. The pom.xml describes the project’s dependencies and tells you how to build it.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results