не последняя версия
Последняя версия 3.10

com.imsweb:algorithms 3.2

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

Группа

Группа

com.imsweb
Идентификатор

Идентификатор

algorithms
Версия

Версия

3.2
Тип

Тип

jar

Скачать algorithms 3.2


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