| License |
License |
|---|---|
| GroupId | GroupIdch.hsr.adv |
| ArtifactId | ArtifactIdadv-commons |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionADV Commons
Common classes of the algorithm and data structure visualizer project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| adv-commons-1.0.pom | |
| adv-commons-1.0.jar | 3 MB |
| adv-commons-1.0-sources.jar | 20 KB |
| adv-commons-1.0-javadoc.jar | 521 KB |
| Browse |
<!-- 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"]