License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ocadotechnology |
ArtifactId | ArtifactIdTrafficLightSimulation |
Version | Version12.0.7 |
Type | Typejar |
Description |
DescriptionOcava is a Java library that helps facilitate the creation and testing of simulations.
|
Project Organization |
Project OrganizationOcado |
<!-- https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/ -->
<dependency>
<groupId>com.ocadotechnology</groupId>
<artifactId>TrafficLightSimulation</artifactId>
<version>12.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation 'com.ocadotechnology:TrafficLightSimulation:12.0.7'
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation ("com.ocadotechnology:TrafficLightSimulation:12.0.7")
'com.ocadotechnology:TrafficLightSimulation:jar:12.0.7'
<dependency org="com.ocadotechnology" name="TrafficLightSimulation" rev="12.0.7">
<artifact name="TrafficLightSimulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology', module='TrafficLightSimulation', version='12.0.7')
)
libraryDependencies += "com.ocadotechnology" % "TrafficLightSimulation" % "12.0.7"
[com.ocadotechnology/TrafficLightSimulation "12.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.ocadotechnology : OcavaScenarioTest | jar | 12.0.7 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |