License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ocadotechnology |
ArtifactId | ArtifactIdTrafficLightSimulation |
Version | Version10.13.16 |
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>10.13.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation 'com.ocadotechnology:TrafficLightSimulation:10.13.16'
// https://jarcasting.com/artifacts/com.ocadotechnology/TrafficLightSimulation/
implementation ("com.ocadotechnology:TrafficLightSimulation:10.13.16")
'com.ocadotechnology:TrafficLightSimulation:jar:10.13.16'
<dependency org="com.ocadotechnology" name="TrafficLightSimulation" rev="10.13.16">
<artifact name="TrafficLightSimulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology', module='TrafficLightSimulation', version='10.13.16')
)
libraryDependencies += "com.ocadotechnology" % "TrafficLightSimulation" % "10.13.16"
[com.ocadotechnology/TrafficLightSimulation "10.13.16"]
Group / Artifact | Type | Version |
---|---|---|
com.ocadotechnology : OcavaScenarioTest | jar | 10.13.16 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |