jsimulation

Discrete-Event Simulation in Java

License

License

GroupId

GroupId

org.javades
ArtifactId

ArtifactId

jsimulation
Last Version

Last Version

5.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jsimulation
Discrete-Event Simulation in Java
Project URL

Project URL

https://github.com/jandejongh/jsimulation
Source Code Management

Source Code Management

https://github.com/jandejongh/jsimulation

Download jsimulation

How to add to project

<!-- https://jarcasting.com/artifacts/org.javades/jsimulation/ -->
<dependency>
    <groupId>org.javades</groupId>
    <artifactId>jsimulation</artifactId>
    <version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javades/jsimulation/
implementation 'org.javades:jsimulation:5.2.0'
// https://jarcasting.com/artifacts/org.javades/jsimulation/
implementation ("org.javades:jsimulation:5.2.0")
'org.javades:jsimulation:jar:5.2.0'
<dependency org="org.javades" name="jsimulation" rev="5.2.0">
  <artifact name="jsimulation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javades', module='jsimulation', version='5.2.0')
)
libraryDependencies += "org.javades" % "jsimulation" % "5.2.0"
[org.javades/jsimulation "5.2.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

jsimulation

Discrete-Event Simulation in Java

A small collection of Java packages specifying and implementing discrete-event simulation, including support for events, actions and event lists, and for event-list scheduling and processing.

Actually part of the jqueues repository (https://github.com/jandejongh/jqueues) yet split off so queues can be connected to (alternative) event-list implementations.

Dependencies

None.

Documentation

Both jsimulation and jqueues have extensive javadoc comments; a 'Guided Tour' is on its way; see https://github.com/jandejongh/jqueues-guided-tour.

License

Apache v2.0.

Versions

Version
5.2.0