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