Open SarahSie opened 1 month ago
Hi @SarahSie, that is an unversioned snapshot and should be able to build it locally, on your computer, yourself. In the terminal (on Mac or Linux), you can navigate to the folder where you checked out/clone the repository, and then call
mvn clean
mvn package
If you want a versioned instance, you can find it with the other MATSim artifacts.
I am curious as to why you would need the 0.0.1-SNAPSHOT
. Why not just run your code from within the Integrated Development Environment (IDE)?
Hello, Does anybody know what maven repo can I find the matsim-example-project 0.0.1-SNAPSHOT artifact?