GroupId | GroupIdcom.imsweb |
---|---|
ArtifactId | ArtifactIdalgorithms |
Version | Version2.16 |
Type | Typejar |
Filename | Size |
---|---|
algorithms-2.16.pom | |
algorithms-2.16.jar | 7 MB |
algorithms-2.16-sources.jar | 7 MB |
algorithms-2.16-javadoc.jar | 884 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imsweb/algorithms/ -->
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>algorithms</artifactId>
<version>2.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation 'com.imsweb:algorithms:2.16'
// https://jarcasting.com/artifacts/com.imsweb/algorithms/
implementation ("com.imsweb:algorithms:2.16")
'com.imsweb:algorithms:jar:2.16'
<dependency org="com.imsweb" name="algorithms" rev="2.16">
<artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='algorithms', version='2.16')
)
libraryDependencies += "com.imsweb" % "algorithms" % "2.16"
[com.imsweb/algorithms "2.16"]