| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kevinstern |
| ArtifactId | ArtifactIdsoftware-and-algorithms |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSoftware and Algorithms
Neat algorithm implementations in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| software-and-algorithms-1.0.pom | |
| software-and-algorithms-1.0.jar | 62 KB |
| software-and-algorithms-1.0-sources.jar | 37 KB |
| software-and-algorithms-1.0-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/ -->
<dependency>
<groupId>com.github.kevinstern</groupId>
<artifactId>software-and-algorithms</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/
implementation 'com.github.kevinstern:software-and-algorithms:1.0'
// https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/
implementation ("com.github.kevinstern:software-and-algorithms:1.0")
'com.github.kevinstern:software-and-algorithms:jar:1.0'
<dependency org="com.github.kevinstern" name="software-and-algorithms" rev="1.0">
<artifact name="software-and-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevinstern', module='software-and-algorithms', version='1.0')
)
libraryDependencies += "com.github.kevinstern" % "software-and-algorithms" % "1.0"
[com.github.kevinstern/software-and-algorithms "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |