ADV Commons

Common classes of the algorithm and data structure visualizer project

License

License

GroupId

GroupId

ch.hsr.adv
ArtifactId

ArtifactId

adv-commons
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ADV Commons
Common classes of the algorithm and data structure visualizer project
Project URL

Project URL

https://github.com/ADVisualizer/ADV-Commons
Source Code Management

Source Code Management

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

Download adv-commons

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

ADV - Algorithm and Datastructure 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-Commons

ADV-Commons encapsulates classes used by both ADV-UI and ADV-Lib. It is already included in ADV-UI and ADV-Lib and does not need to be included in a user project.

ch.hsr.adv

Algorithm & Data Structure Visualizer

Versions

Version
1.0
0.3