ADV UI

ADV UI Project

Лицензия

Лицензия

Группа

Группа

ch.hsr.adv
Идентификатор

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

adv-ui
Последняя версия

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ADV UI
ADV UI Project
Ссылка на сайт

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

https://github.com/ADVisualizer/ADV-UI
Система контроля версий

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

https://github.com/ADVisualizer/ADV-UI

Скачать adv-ui

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

ADV - Algorithm & Data Structure Visualizer

Download Codacy Badge Build Status codecov

The Algorithm & Data Structure Visualizer (ADV) helps students to understand the concepts of several data structures and algorithms, taught at the University of Applied Science in Rapperswil (HSR).

ADV-UI

The ADV-UI is a JavaFX application responsible for visualizing the classes of the ADV Lib. If the UI-JAR can be found on the classpath, the application is automatically started by the ADV-Lib. Otherwise the JAR must be started manually.

Install

The ADV-UI is available on jCenter. It requires Java 11 or higher.

Gradle

compile 'ch.hsr.adv:adv-ui:2.0'

Maven

<dependency>
  <groupId>ch.hsr.adv</groupId>
  <artifactId>adv-ui</artifactId>
  <version>2.0</version>
</dependency>

Start

java -jar /path/to/adv-ui-<version>.jar

Configure socket

If you want to start the socket server on a different port or host, you can use the following command line arguments.

java -jar adv-ui-<version>.jar --host=192.168.x.x --port=4242
ch.hsr.adv

Algorithm & Data Structure Visualizer

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

Версия
1.0
0.3