jsimulation

Discrete-Event Simulation in Java

Лицензия

Лицензия

Группа

Группа

org.javades
Идентификатор

Идентификатор

jsimulation
Последняя версия

Последняя версия

5.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsimulation
Discrete-Event Simulation in Java
Ссылка на сайт

Ссылка на сайт

https://github.com/jandejongh/jsimulation
Система контроля версий

Система контроля версий

https://github.com/jandejongh/jsimulation

Скачать jsimulation

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
5.2.0