is not current version
Last Version 3.10

com.imsweb:algorithms 2.6

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)

GroupId

GroupId

com.imsweb
ArtifactId

ArtifactId

algorithms
Version

Version

2.6
Type

Type

jar

Download algorithms 2.6


<!-- https://jarcasting.com/artifacts/com.imsweb/algorithms/ -->
<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>algorithms</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation 'com.imsweb:algorithms:2.6'
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation ("com.imsweb:algorithms:2.6")
'com.imsweb:algorithms:jar:2.6'
<dependency org="com.imsweb" name="algorithms" rev="2.6">
  <artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='algorithms', version='2.6')
)
libraryDependencies += "com.imsweb" % "algorithms" % "2.6"
[com.imsweb/algorithms "2.6"]