a

algorithms

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)
https://github.com/imsweb/algorithms
A modified BSD License (BSD)
Fabian Depry
Files download
File Operation
algorithms-4.7.jar download
algorithms-4.7.pom download
algorithms-4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.imsweb</groupId>
  <artifactId>algorithms</artifactId>
  <version>4.7</version>
</dependency>
Gradle Groovy
implementation 'com.imsweb:algorithms:4.7'
Gradle Kotlin
implementation("com.imsweb:algorithms:4.7")
Scala SBT
libraryDependencies += "com.imsweb" % "algorithms" % "4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.imsweb', module='algorithms', version='4.7')
)
Apache Ivy
<dependency org="com.imsweb" name="algorithms" rev="4.7" />
Leiningen
[com.imsweb/algorithms "4.7"]
Apache Buildr
'com.imsweb:algorithms:jar:4.7'