Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 515 Bytes

File metadata and controls

executable file
·
16 lines (13 loc) · 515 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>
    <!-- Set a specific version or use the latest one -->
    <version>LATEST</version>
</dependency>