Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.cloudsimplus |
ArtifactId | ArtifactIdcloudsim-plus-automation |
Version | Version5.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudsimplus/cloudsim-plus-automation/ -->
<dependency>
<groupId>org.cloudsimplus</groupId>
<artifactId>cloudsim-plus-automation</artifactId>
<version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudsimplus/cloudsim-plus-automation/
implementation 'org.cloudsimplus:cloudsim-plus-automation:5.4.3'
// https://jarcasting.com/artifacts/org.cloudsimplus/cloudsim-plus-automation/
implementation ("org.cloudsimplus:cloudsim-plus-automation:5.4.3")
'org.cloudsimplus:cloudsim-plus-automation:jar:5.4.3'
<dependency org="org.cloudsimplus" name="cloudsim-plus-automation" rev="5.4.3">
<artifact name="cloudsim-plus-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudsimplus', module='cloudsim-plus-automation', version='5.4.3')
)
libraryDependencies += "org.cloudsimplus" % "cloudsim-plus-automation" % "5.4.3"
[org.cloudsimplus/cloudsim-plus-automation "5.4.3"]