Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelcampos committed May 28, 2022
1 parent 4889413 commit 789c09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Add the following dependency into the pom.xml file of your own Maven project.
```xml
<dependency>
<groupId>org.cloudsimplus</groupId>
<artifactId>cloudsimplus</artifactId>
<artifactId>cloudsim-plus</artifactId>
<!-- Set a specific version or use the latest one -->
<version>LATEST</version>
</dependency>
Expand All @@ -154,7 +154,7 @@ Add the following dependency into the build.gradle file of your own Gradle proje
```groovy
dependencies {
//Set a specific version or use the latest one
implementation 'org.cloudsimplus:cloudsimplus:LATEST'
implementation 'org.cloudsimplus:cloudsim-plus:LATEST'
}
```

Expand Down

0 comments on commit 789c09c

Please sign in to comment.