Skip to content

Latest commit

 

History

History
 
 

cloudsim-plus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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>