Skip to content

Code that deals with the extraction, modelling and analyses of commercial vehicle activity chains

License

Notifications You must be signed in to change notification settings

matsim-up/freight-sa

Repository files navigation

Build Status Packagecloud Repository

freight-sa

Code that deals with the extraction, modelling and analyses of commercial vehicle activity chains. This project, in turn, depends on matsim-up. Continuous integration (CI) is done on Travis-CI and (snapshot) jars are deployed to PackageCloud.

Usage

To use freight-sa as a dependency in an external maven project, update the external project's pom.xml file by adding the PackageCloud repository

<repositories>
	<repository>
		<id>matsim-up-freight-sa</id>
		<url>https://packagecloud.io/matsim-up/freight-sa/maven2</url>
	</repository>
</repositories>

and the dependency on freight-sa

<dependencies>
	<dependency>
  		<groupId>org.matsim.up.freight</groupId>
  		<artifactId>freight-sa</artifactId>
  		<version>15.0-2022w48</version>
	</dependency>
</dependencies>

where the version is indicative of the specific matsim and matsim-up versions that this repository is compatible with.

About

Code that deals with the extraction, modelling and analyses of commercial vehicle activity chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages