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
文件下载
文件名 操作
algorithms-4.1.jar 下载
algorithms-4.1.pom 下载
algorithms-4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.imsweb</groupId>
  <artifactId>algorithms</artifactId>
  <version>4.1</version>
</dependency>
Gradle Groovy
implementation 'com.imsweb:algorithms:4.1'
Gradle Kotlin
implementation("com.imsweb:algorithms:4.1")
Scala SBT
libraryDependencies += "com.imsweb" % "algorithms" % "4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.imsweb', module='algorithms', version='4.1')
)
Apache Ivy
<dependency org="com.imsweb" name="algorithms" rev="4.1" />
Leiningen
[com.imsweb/algorithms "4.1"]
Apache Buildr
'com.imsweb:algorithms:jar:4.1'