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