Files download
File Operation
software-and-algorithms-1.0.jar download
software-and-algorithms-1.0.pom download
software-and-algorithms-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kevinstern</groupId>
  <artifactId>software-and-algorithms</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.kevinstern:software-and-algorithms:1.0'
Gradle Kotlin
implementation("com.github.kevinstern:software-and-algorithms:1.0")
Scala SBT
libraryDependencies += "com.github.kevinstern" % "software-and-algorithms" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kevinstern', module='software-and-algorithms', version='1.0')
)
Apache Ivy
<dependency org="com.github.kevinstern" name="software-and-algorithms" rev="1.0" />
Leiningen
[com.github.kevinstern/software-and-algorithms "1.0"]
Apache Buildr
'com.github.kevinstern:software-and-algorithms:jar:1.0'
Dependencies