| Группа | Группаcom.imsweb |
|---|---|
| Идентификатор | Идентификаторalgorithms |
| Версия | Версия1.6.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| algorithms-1.6.2.pom | |
| algorithms-1.6.2.jar | 3 MB |
| algorithms-1.6.2-sources.jar | 3 MB |
| algorithms-1.6.2-javadoc.jar | 284 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.imsweb/algorithms/ -->
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>algorithms</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation 'com.imsweb:algorithms:1.6.2'
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation ("com.imsweb:algorithms:1.6.2")
'com.imsweb:algorithms:jar:1.6.2'
<dependency org="com.imsweb" name="algorithms" rev="1.6.2">
<artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='algorithms', version='1.6.2')
)
libraryDependencies += "com.imsweb" % "algorithms" % "1.6.2"
[com.imsweb/algorithms "1.6.2"]