License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ocadotechnology |
ArtifactId | ArtifactIdTrafficLightSimulation |
Last Version | Last Version12.1.31 |
Release Date | Release Date |
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.1.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation 'com.ocadotechnology:TrafficLightSimulation:12.1.31'
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation ("com.ocadotechnology:TrafficLightSimulation:12.1.31")
'com.ocadotechnology:TrafficLightSimulation:jar:12.1.31'
<dependency org="com.ocadotechnology" name="TrafficLightSimulation" rev="12.1.31">
<artifact name="TrafficLightSimulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology', module='TrafficLightSimulation', version='12.1.31')
)
libraryDependencies += "com.ocadotechnology" % "TrafficLightSimulation" % "12.1.31"
[com.ocadotechnology/TrafficLightSimulation "12.1.31"]
Group / Artifact | Type | Version |
---|---|---|
com.ocadotechnology : OcavaScenarioTest | jar | 12.1.31 |
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 |