Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 481 Bytes

CloudSim Plus API

This is the main module and single one required to build cloud computing simulations. It is available at Maven Central and can be added as a dependency to your own project to build cloud simulations.

Use the dependency snippet below to include it into your project's pom.xml file.

<dependency>
    <groupId>org.cloudsimplus</groupId>
    <artifactId>cloudsim-plus</artifactId>
    <version>INSERT-THE-VERSION-NUMBER-HERE</version>
</dependency>