| License |
License |
|---|---|
| GroupId | GroupIdio.github.mihaijulien |
| ArtifactId | ArtifactIdds-and-algo |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDatastructures and Algorithms
Implementations of the most popular data structures and algorithms
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ds-and-algo-2.1.0.pom | |
| ds-and-algo-2.1.0.jar | 17 KB |
| ds-and-algo-2.1.0-sources.jar | 11 KB |
| ds-and-algo-2.1.0-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/ -->
<dependency>
<groupId>io.github.mihaijulien</groupId>
<artifactId>ds-and-algo</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/
implementation 'io.github.mihaijulien:ds-and-algo:2.1.0'
// https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/
implementation ("io.github.mihaijulien:ds-and-algo:2.1.0")
'io.github.mihaijulien:ds-and-algo:jar:2.1.0'
<dependency org="io.github.mihaijulien" name="ds-and-algo" rev="2.1.0">
<artifact name="ds-and-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mihaijulien', module='ds-and-algo', version='2.1.0')
)
libraryDependencies += "io.github.mihaijulien" % "ds-and-algo" % "2.1.0"
[io.github.mihaijulien/ds-and-algo "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |